#078222

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

Shades of Forest Green #078222

Tints of Forest Green #078222

Color information

#078222 (or 0x078222) is unknown color: approx Forest Green. HEX triplet: 07, 82 and 22. RGB value is (7,130,34). Sum of RGB (Red+Green+Blue) = 7+130+34=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #078222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078222 is #F87DDD. Grayscale: #525252. Windows color (decimal): -16285150 or 2261511. OLE color: 2261511.

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

Color convert

RGB713034-
CMYK0.9500.740.49
HSL133.17º89.78%26.86%-
HSV(B)133.17º94.62%50.98%-
XYZ8.3616.134.19-
YUV82.28100.7574.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 130 (51.17% from 255) = 76.02%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=4.09%
G=76.02%
B=19.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7130340.9500.740.49133.1789.7826.86
Hex782225F04A31855a1b
Octal72024213701126120513233
Binary1111000001010001010111110100101011000110000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078222; }

 p { color: rgb(7,130,34); }

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

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

 a { background-color: rgb(7,130,34); }

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

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

 span { border-color: rgb(7,130,34); }

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