Shades of Green #08870C
Tints of Green #08870C
RGB
CMYK
RGB Variations
Color information
#08870C (or 0x08870C) is known color: Green. HEX triplet: 08, 87 and 0C. RGB value is (8,135,12). Sum of RGB (Red+Green+Blue) = 8+135+12=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 135 (53.12% from 255 or 87.10% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 135 - color contains mainly: green. Hex color #08870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08870C is #F778F3. Grayscale: #535353. Windows color (decimal): -16218356 or 821000. OLE color: 821000.
HSL color Cylindrical-coordinate representation of color #08870C: hue angle of 121.89º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08870C is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 12 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.47 |
| HSL | 121.89º | 0.89% | 0.28% | - |
| HSV(B) | 121.89º | 0.94% | 0.53% | - |
| XYZ | 8.83 | 17.41 | 3.24 | - |
| YUV | 83.01 | 87.92 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 12 | 0.94 | 0 | 0.91 | 0.47 | 121.89 | 0.89 | 0.28 |
| Hex | 8 | 87 | C | 5E | 0 | 5B | 2F | 7A | 59 | 1C |
| Octal | 10 | 207 | 14 | 136 | 0 | 133 | 57 | 172 | 131 | 34 |
| Binary | 1000 | 10000111 | 1100 | 1011110 | 0 | 1011011 | 101111 | 1111010 | 1011001 | 11100 |
Color Harmonies of #08870C
Complementary color
Monochromatic Colors of #08870C
Black with #08870C
Text Example
Text Example
White with #08870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08870C; }
p { color: rgb(8,135,12); }
H1.HeaderClassName
{
color: #08870C;
}
.AnyTagClassName
{
color: #08870C;
}
</style>
background-color css
<style>
a { background-color: #08870C; }
a { background-color: rgb(8,135,12); }
div.DivClassName
{
background-color: #08870C;
}
.BgClassName
{
background-color: #08870C;
}
</style>
border-color css
<style>
span { border-color: #08870C; }
span { border-color: rgb(8,135,12); }
td.TdClassName
{
border-color: #08870C;
}
.TagClassName
{
border-color: #08870C;
}
</style>