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