#077103

Color #077103 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #077103

Tints of Green #077103

Color information

#077103 (or 0x077103) is unknown color: approx Green. HEX triplet: 07, 71 and 03. RGB value is (7,113,3). Sum of RGB (Red+Green+Blue) = 7+113+3=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 113 (44.53% from 255 or 91.87% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 113 - color contains mainly: green. Hex color #077103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077103 is #F88EFC. Grayscale: #454545. Windows color (decimal): -16289533 or 225543. OLE color: 225543.

HSL color Cylindrical-coordinate representation of color #077103: hue angle of 117.82º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077103 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB71133-
CMYK0.9400.970.56
HSL117.82º94.83%22.75%-
HSV(B)117.82º97.35%44.31%-
XYZ6.0111.862.06-
YUV68.7790.8883.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 113 (44.53% from 255) = 91.87%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=5.69%
G=91.87%
B=2.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711330.9400.970.56117.8294.8322.75
Hex77135E06138765f17
Octal7161313601417016613727
Binary1111110001111011110011000011110001110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077103; }

 p { color: rgb(7,113,3); }

 H1.HeaderClassName
 {
   color: #077103;
 }
 .AnyTagClassName
 {
   color: #077103;
 }
</style>
background-color css

<style>
 a { background-color: #077103; }

 a { background-color: rgb(7,113,3); }

 div.DivClassName
 {
   background-color: #077103;
 }
 .BgClassName
 {
   background-color: #077103;
 }
</style>
border-color css

<style>
 span { border-color: #077103; }

 span { border-color: rgb(7,113,3); }

 td.TdClassName
 {
   border-color: #077103;
 }
 .TagClassName
 {
   border-color: #077103;
 }
</style>