Shades of Green #08880C
Tints of Green #08880C
RGB
CMYK
RGB Variations
Color information
#08880C (or 0x08880C) is known color: Green. HEX triplet: 08, 88 and 0C. RGB value is (8,136,12). Sum of RGB (Red+Green+Blue) = 8+136+12=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #08880C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08880C is #F777F3. Grayscale: #535353. Windows color (decimal): -16218100 or 821256. OLE color: 821256.
HSL color Cylindrical-coordinate representation of color #08880C: hue angle of 121.88º 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 #08880C is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 12 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.47 |
| HSL | 121.88º | 0.89% | 0.28% | - |
| HSV(B) | 121.88º | 0.94% | 0.53% | - |
| XYZ | 8.97 | 17.69 | 3.29 | - |
| YUV | 83.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 12 | 0.94 | 0 | 0.91 | 0.47 | 121.88 | 0.89 | 0.28 |
| Hex | 8 | 88 | C | 5E | 0 | 5B | 2F | 7A | 59 | 1C |
| Octal | 10 | 210 | 14 | 136 | 0 | 133 | 57 | 172 | 131 | 34 |
| Binary | 1000 | 10001000 | 1100 | 1011110 | 0 | 1011011 | 101111 | 1111010 | 1011001 | 11100 |
Color Harmonies of #08880C
Complementary color
Monochromatic Colors of #08880C
Black with #08880C
Text Example
Text Example
White with #08880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08880C; }
p { color: rgb(8,136,12); }
H1.HeaderClassName
{
color: #08880C;
}
.AnyTagClassName
{
color: #08880C;
}
</style>
background-color css
<style>
a { background-color: #08880C; }
a { background-color: rgb(8,136,12); }
div.DivClassName
{
background-color: #08880C;
}
.BgClassName
{
background-color: #08880C;
}
</style>
border-color css
<style>
span { border-color: #08880C; }
span { border-color: rgb(8,136,12); }
td.TdClassName
{
border-color: #08880C;
}
.TagClassName
{
border-color: #08880C;
}
</style>