Shades of Green #087008
Tints of Green #087008
RGB
CMYK
RGB Variations
Color information
#087008 (or 0x087008) is known color: Green. HEX triplet: 08, 70 and 08. RGB value is (8,112,8). Sum of RGB (Red+Green+Blue) = 8+112+8=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #087008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087008 is #F78FF7. Grayscale: #454545. Windows color (decimal): -16224248 or 552968. OLE color: 552968.
HSL color Cylindrical-coordinate representation of color #087008: hue angle of 120º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087008 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 8 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.56 |
| HSL | 120º | 0.87% | 0.24% | - |
| HSV(B) | 120º | 0.93% | 0.44% | - |
| XYZ | 5.94 | 11.66 | 2.17 | - |
| YUV | 69.05 | 93.54 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 8 | 0.93 | 0 | 0.93 | 0.56 | 120 | 0.87 | 0.24 |
| Hex | 8 | 70 | 8 | 5D | 0 | 5D | 38 | 78 | 57 | 18 |
| Octal | 10 | 160 | 10 | 135 | 0 | 135 | 70 | 170 | 127 | 30 |
| Binary | 1000 | 1110000 | 1000 | 1011101 | 0 | 1011101 | 111000 | 1111000 | 1010111 | 11000 |
Color Harmonies of #087008
Complementary color
Monochromatic Colors of #087008
Black with #087008
Text Example
Text Example
White with #087008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087008; }
p { color: rgb(8,112,8); }
H1.HeaderClassName
{
color: #087008;
}
.AnyTagClassName
{
color: #087008;
}
</style>
background-color css
<style>
a { background-color: #087008; }
a { background-color: rgb(8,112,8); }
div.DivClassName
{
background-color: #087008;
}
.BgClassName
{
background-color: #087008;
}
</style>
border-color css
<style>
span { border-color: #087008; }
span { border-color: rgb(8,112,8); }
td.TdClassName
{
border-color: #087008;
}
.TagClassName
{
border-color: #087008;
}
</style>