Shades of Green #087007
Tints of Green #087007
RGB
CMYK
RGB Variations
Color information
#087007 (or 0x087007) is known color: Green. HEX triplet: 08, 70 and 07. RGB value is (8,112,7). Sum of RGB (Red+Green+Blue) = 8+112+7=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #087007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087007 is #F78FF8. Grayscale: #454545. Windows color (decimal): -16224249 or 487432. OLE color: 487432.
HSL color Cylindrical-coordinate representation of color #087007: hue angle of 119.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087007 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 112 | 7 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.56 |
| HSL | 119.43º | 0.88% | 0.23% | - |
| HSV(B) | 119.43º | 0.94% | 0.44% | - |
| XYZ | 5.93 | 11.66 | 2.14 | - |
| YUV | 68.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 112 | 7 | 0.93 | 0 | 0.94 | 0.56 | 119.43 | 0.88 | 0.23 |
| Hex | 8 | 70 | 7 | 5D | 0 | 5E | 38 | 77 | 58 | 17 |
| Octal | 10 | 160 | 7 | 135 | 0 | 136 | 70 | 167 | 130 | 27 |
| Binary | 1000 | 1110000 | 111 | 1011101 | 0 | 1011110 | 111000 | 1110111 | 1011000 | 10111 |
Color Harmonies of #087007
Complementary color
Monochromatic Colors of #087007
Black with #087007
Text Example
Text Example
White with #087007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087007; }
p { color: rgb(8,112,7); }
H1.HeaderClassName
{
color: #087007;
}
.AnyTagClassName
{
color: #087007;
}
</style>
background-color css
<style>
a { background-color: #087007; }
a { background-color: rgb(8,112,7); }
div.DivClassName
{
background-color: #087007;
}
.BgClassName
{
background-color: #087007;
}
</style>
border-color css
<style>
span { border-color: #087007; }
span { border-color: rgb(8,112,7); }
td.TdClassName
{
border-color: #087007;
}
.TagClassName
{
border-color: #087007;
}
</style>