Shades of Green #08840E
Tints of Green #08840E
RGB
CMYK
RGB Variations
Color information
#08840E (or 0x08840E) is known color: Green. HEX triplet: 08, 84 and 0E. RGB value is (8,132,14). Sum of RGB (Red+Green+Blue) = 8+132+14=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #08840E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08840E is #F77BF1. Grayscale: #515151. Windows color (decimal): -16219122 or 951304. OLE color: 951304.
HSL color Cylindrical-coordinate representation of color #08840E: hue angle of 122.9º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08840E is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 14 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.48 |
| HSL | 122.9º | 0.89% | 0.27% | - |
| HSV(B) | 122.9º | 0.94% | 0.52% | - |
| XYZ | 8.43 | 16.59 | 3.17 | - |
| YUV | 81.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 14 | 0.94 | 0 | 0.89 | 0.48 | 122.9 | 0.89 | 0.27 |
| Hex | 8 | 84 | E | 5E | 0 | 59 | 30 | 7B | 59 | 1B |
| Octal | 10 | 204 | 16 | 136 | 0 | 131 | 60 | 173 | 131 | 33 |
| Binary | 1000 | 10000100 | 1110 | 1011110 | 0 | 1011001 | 110000 | 1111011 | 1011001 | 11011 |
Color Harmonies of #08840E
Complementary color
Monochromatic Colors of #08840E
Black with #08840E
Text Example
Text Example
White with #08840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08840E; }
p { color: rgb(8,132,14); }
H1.HeaderClassName
{
color: #08840E;
}
.AnyTagClassName
{
color: #08840E;
}
</style>
background-color css
<style>
a { background-color: #08840E; }
a { background-color: rgb(8,132,14); }
div.DivClassName
{
background-color: #08840E;
}
.BgClassName
{
background-color: #08840E;
}
</style>
border-color css
<style>
span { border-color: #08840E; }
span { border-color: rgb(8,132,14); }
td.TdClassName
{
border-color: #08840E;
}
.TagClassName
{
border-color: #08840E;
}
</style>