#078412

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

Shades of Green #078412

Tints of Green #078412

Color information

#078412 (or 0x078412) is unknown color: approx Green. HEX triplet: 07, 84 and 12. RGB value is (7,132,18). Sum of RGB (Red+Green+Blue) = 7+132+18=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #078412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078412 is #F87BED. Grayscale: #515151. Windows color (decimal): -16284654 or 1213447. OLE color: 1213447.

HSL color Cylindrical-coordinate representation of color #078412: hue angle of 125.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078412 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB713218-
CMYK0.9500.860.48
HSL125.28º89.93%27.25%-
HSV(B)125.28º94.7%51.76%-
XYZ8.4516.593.33-
YUV81.6392.0974.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 132 (51.95% from 255) = 84.08%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=4.46%
G=84.08%
B=11.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7132180.9500.860.48125.2889.9327.25
Hex784125F056307d5a1b
Octal72042213701266017513233
Binary11110000100100101011111010101101100001111101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078412; }

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

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

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

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

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

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

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

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