Shades of Green #08880D
Tints of Green #08880D
RGB
CMYK
RGB Variations
Color information
#08880D (or 0x08880D) is known color: Green. HEX triplet: 08, 88 and 0D. RGB value is (8,136,13). Sum of RGB (Red+Green+Blue) = 8+136+13=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #08880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08880D is #F777F2. Grayscale: #545454. Windows color (decimal): -16218099 or 886792. OLE color: 886792.
HSL color Cylindrical-coordinate representation of color #08880D: hue angle of 122.34º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08880D is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 13 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.47 |
| HSL | 122.34º | 0.89% | 0.28% | - |
| HSV(B) | 122.34º | 0.94% | 0.53% | - |
| XYZ | 8.98 | 17.69 | 3.32 | - |
| YUV | 83.71 | 88.09 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 13 | 0.94 | 0 | 0.90 | 0.47 | 122.34 | 0.89 | 0.28 |
| Hex | 8 | 88 | D | 5E | 0 | 5A | 2F | 7A | 59 | 1C |
| Octal | 10 | 210 | 15 | 136 | 0 | 132 | 57 | 172 | 131 | 34 |
| Binary | 1000 | 10001000 | 1101 | 1011110 | 0 | 1011010 | 101111 | 1111010 | 1011001 | 11100 |
Color Harmonies of #08880D
Complementary color
Monochromatic Colors of #08880D
Black with #08880D
Text Example
Text Example
White with #08880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08880D; }
p { color: rgb(8,136,13); }
H1.HeaderClassName
{
color: #08880D;
}
.AnyTagClassName
{
color: #08880D;
}
</style>
background-color css
<style>
a { background-color: #08880D; }
a { background-color: rgb(8,136,13); }
div.DivClassName
{
background-color: #08880D;
}
.BgClassName
{
background-color: #08880D;
}
</style>
border-color css
<style>
span { border-color: #08880D; }
span { border-color: rgb(8,136,13); }
td.TdClassName
{
border-color: #08880D;
}
.TagClassName
{
border-color: #08880D;
}
</style>