Shades of Green #08810D
Tints of Green #08810D
RGB
CMYK
RGB Variations
Color information
#08810D (or 0x08810D) is known color: Green. HEX triplet: 08, 81 and 0D. RGB value is (8,129,13). Sum of RGB (Red+Green+Blue) = 8+129+13=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 129 (50.78% from 255 or 86% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 129 - color contains mainly: green. Hex color #08810D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08810D is #F77EF2. Grayscale: #4F4F4F. Windows color (decimal): -16219891 or 885000. OLE color: 885000.
HSL color Cylindrical-coordinate representation of color #08810D: hue angle of 122.48º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08810D is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 13 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.49 |
| HSL | 122.48º | 0.88% | 0.27% | - |
| HSV(B) | 122.48º | 0.94% | 0.51% | - |
| XYZ | 8.02 | 15.78 | 3 | - |
| YUV | 79.6 | 90.41 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 13 | 0.94 | 0 | 0.90 | 0.49 | 122.48 | 0.88 | 0.27 |
| Hex | 8 | 81 | D | 5E | 0 | 5A | 31 | 7A | 58 | 1B |
| Octal | 10 | 201 | 15 | 136 | 0 | 132 | 61 | 172 | 130 | 33 |
| Binary | 1000 | 10000001 | 1101 | 1011110 | 0 | 1011010 | 110001 | 1111010 | 1011000 | 11011 |
Color Harmonies of #08810D
Complementary color
Monochromatic Colors of #08810D
Black with #08810D
Text Example
Text Example
White with #08810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08810D; }
p { color: rgb(8,129,13); }
H1.HeaderClassName
{
color: #08810D;
}
.AnyTagClassName
{
color: #08810D;
}
</style>
background-color css
<style>
a { background-color: #08810D; }
a { background-color: rgb(8,129,13); }
div.DivClassName
{
background-color: #08810D;
}
.BgClassName
{
background-color: #08810D;
}
</style>
border-color css
<style>
span { border-color: #08810D; }
span { border-color: rgb(8,129,13); }
td.TdClassName
{
border-color: #08810D;
}
.TagClassName
{
border-color: #08810D;
}
</style>