Shades of Green #08850D
Tints of Green #08850D
RGB
CMYK
RGB Variations
Color information
#08850D (or 0x08850D) is known color: Green. HEX triplet: 08, 85 and 0D. RGB value is (8,133,13). Sum of RGB (Red+Green+Blue) = 8+133+13=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #08850D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08850D is #F77AF2. Grayscale: #525252. Windows color (decimal): -16218867 or 886024. OLE color: 886024.
HSL color Cylindrical-coordinate representation of color #08850D: hue angle of 122.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08850D is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 13 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.48 |
| HSL | 122.4º | 0.89% | 0.28% | - |
| HSV(B) | 122.4º | 0.94% | 0.52% | - |
| XYZ | 8.56 | 16.86 | 3.18 | - |
| YUV | 81.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 13 | 0.94 | 0 | 0.90 | 0.48 | 122.4 | 0.89 | 0.28 |
| Hex | 8 | 85 | D | 5E | 0 | 5A | 30 | 7A | 59 | 1C |
| Octal | 10 | 205 | 15 | 136 | 0 | 132 | 60 | 172 | 131 | 34 |
| Binary | 1000 | 10000101 | 1101 | 1011110 | 0 | 1011010 | 110000 | 1111010 | 1011001 | 11100 |
Color Harmonies of #08850D
Complementary color
Monochromatic Colors of #08850D
Black with #08850D
Text Example
Text Example
White with #08850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08850D; }
p { color: rgb(8,133,13); }
H1.HeaderClassName
{
color: #08850D;
}
.AnyTagClassName
{
color: #08850D;
}
</style>
background-color css
<style>
a { background-color: #08850D; }
a { background-color: rgb(8,133,13); }
div.DivClassName
{
background-color: #08850D;
}
.BgClassName
{
background-color: #08850D;
}
</style>
border-color css
<style>
span { border-color: #08850D; }
span { border-color: rgb(8,133,13); }
td.TdClassName
{
border-color: #08850D;
}
.TagClassName
{
border-color: #08850D;
}
</style>