Shades of Green #08850C
Tints of Green #08850C
RGB
CMYK
RGB Variations
Color information
#08850C (or 0x08850C) is known color: Green. HEX triplet: 08, 85 and 0C. RGB value is (8,133,12). Sum of RGB (Red+Green+Blue) = 8+133+12=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 133 (52.34% from 255 or 86.93% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 133 - color contains mainly: green. Hex color #08850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08850C is #F77AF3. Grayscale: #525252. Windows color (decimal): -16218868 or 820488. OLE color: 820488.
HSL color Cylindrical-coordinate representation of color #08850C: hue angle of 121.92º 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 #08850C is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 12 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.48 |
| HSL | 121.92º | 0.89% | 0.28% | - |
| HSV(B) | 121.92º | 0.94% | 0.52% | - |
| XYZ | 8.55 | 16.85 | 3.15 | - |
| YUV | 81.83 | 88.59 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 12 | 0.94 | 0 | 0.91 | 0.48 | 121.92 | 0.89 | 0.28 |
| Hex | 8 | 85 | C | 5E | 0 | 5B | 30 | 7A | 59 | 1C |
| Octal | 10 | 205 | 14 | 136 | 0 | 133 | 60 | 172 | 131 | 34 |
| Binary | 1000 | 10000101 | 1100 | 1011110 | 0 | 1011011 | 110000 | 1111010 | 1011001 | 11100 |
Color Harmonies of #08850C
Complementary color
Monochromatic Colors of #08850C
Black with #08850C
Text Example
Text Example
White with #08850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08850C; }
p { color: rgb(8,133,12); }
H1.HeaderClassName
{
color: #08850C;
}
.AnyTagClassName
{
color: #08850C;
}
</style>
background-color css
<style>
a { background-color: #08850C; }
a { background-color: rgb(8,133,12); }
div.DivClassName
{
background-color: #08850C;
}
.BgClassName
{
background-color: #08850C;
}
</style>
border-color css
<style>
span { border-color: #08850C; }
span { border-color: rgb(8,133,12); }
td.TdClassName
{
border-color: #08850C;
}
.TagClassName
{
border-color: #08850C;
}
</style>