Shades of Green #08850F
Tints of Green #08850F
RGB
CMYK
RGB Variations
Color information
#08850F (or 0x08850F) is known color: Green. HEX triplet: 08, 85 and 0F. RGB value is (8,133,15). Sum of RGB (Red+Green+Blue) = 8+133+15=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 133 (52.34% from 255 or 85.26% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 133 - color contains mainly: green. Hex color #08850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08850F is #F77AF0. Grayscale: #525252. Windows color (decimal): -16218865 or 1017096. OLE color: 1017096.
HSL color Cylindrical-coordinate representation of color #08850F: hue angle of 123.36º 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 #08850F is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 15 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.48 |
| HSL | 123.36º | 0.89% | 0.28% | - |
| HSV(B) | 123.36º | 0.94% | 0.52% | - |
| XYZ | 8.57 | 16.86 | 3.25 | - |
| YUV | 82.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 15 | 0.94 | 0 | 0.89 | 0.48 | 123.36 | 0.89 | 0.28 |
| Hex | 8 | 85 | F | 5E | 0 | 59 | 30 | 7B | 59 | 1C |
| Octal | 10 | 205 | 17 | 136 | 0 | 131 | 60 | 173 | 131 | 34 |
| Binary | 1000 | 10000101 | 1111 | 1011110 | 0 | 1011001 | 110000 | 1111011 | 1011001 | 11100 |
Color Harmonies of #08850F
Complementary color
Monochromatic Colors of #08850F
Black with #08850F
Text Example
Text Example
White with #08850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08850F; }
p { color: rgb(8,133,15); }
H1.HeaderClassName
{
color: #08850F;
}
.AnyTagClassName
{
color: #08850F;
}
</style>
background-color css
<style>
a { background-color: #08850F; }
a { background-color: rgb(8,133,15); }
div.DivClassName
{
background-color: #08850F;
}
.BgClassName
{
background-color: #08850F;
}
</style>
border-color css
<style>
span { border-color: #08850F; }
span { border-color: rgb(8,133,15); }
td.TdClassName
{
border-color: #08850F;
}
.TagClassName
{
border-color: #08850F;
}
</style>