#077412

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

Shades of Green #077412

Tints of Green #077412

Color information

#077412 (or 0x077412) is unknown color: approx Green. HEX triplet: 07, 74 and 12. RGB value is (7,116,18). Sum of RGB (Red+Green+Blue) = 7+116+18=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #077412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077412 is #F88BED. Grayscale: #484848. Windows color (decimal): -16288750 or 1209351. OLE color: 1209351.

HSL color Cylindrical-coordinate representation of color #077412: hue angle of 126.06º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077412 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB711618-
CMYK0.9400.840.55
HSL126.06º88.62%24.12%-
HSV(B)126.06º93.97%45.49%-
XYZ6.4412.582.66-
YUV72.2497.3981.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 116 (45.70% from 255) = 82.27%
BLUE value IS 18 (7.42% from 255) = 12.77%
R=4.96%
G=82.27%
B=12.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7116180.9400.840.55126.0688.6224.12
Hex774125E054377e5918
Octal71642213601246717613130
Binary1111110100100101011110010101001101111111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077412; }

 p { color: rgb(7,116,18); }

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

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

 a { background-color: rgb(7,116,18); }

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

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

 span { border-color: rgb(7,116,18); }

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