Shades of Green #08600E
Tints of Green #08600E
RGB
CMYK
RGB Variations
Color information
#08600E (or 0x08600E) is known color: Green. HEX triplet: 08, 60 and 0E. RGB value is (8,96,14). Sum of RGB (Red+Green+Blue) = 8+96+14=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #08600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08600E is #F79FF1. Grayscale: #3C3C3C. Windows color (decimal): -16228338 or 942088. OLE color: 942088.
HSL color Cylindrical-coordinate representation of color #08600E: hue angle of 124.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08600E is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 96 | 14 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.62 |
| HSL | 124.09º | 0.85% | 0.2% | - |
| HSV(B) | 124.09º | 0.92% | 0.38% | - |
| XYZ | 4.36 | 8.45 | 1.82 | - |
| YUV | 60.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 14 | 0.92 | 0 | 0.85 | 0.62 | 124.09 | 0.85 | 0.2 |
| Hex | 8 | 60 | E | 5C | 0 | 55 | 3E | 7C | 55 | 14 |
| Octal | 10 | 140 | 16 | 134 | 0 | 125 | 76 | 174 | 125 | 24 |
| Binary | 1000 | 1100000 | 1110 | 1011100 | 0 | 1010101 | 111110 | 1111100 | 1010101 | 10100 |
Color Harmonies of #08600E
Complementary color
Monochromatic Colors of #08600E
Black with #08600E
Text Example
Text Example
White with #08600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08600E; }
p { color: rgb(8,96,14); }
H1.HeaderClassName
{
color: #08600E;
}
.AnyTagClassName
{
color: #08600E;
}
</style>
background-color css
<style>
a { background-color: #08600E; }
a { background-color: rgb(8,96,14); }
div.DivClassName
{
background-color: #08600E;
}
.BgClassName
{
background-color: #08600E;
}
</style>
border-color css
<style>
span { border-color: #08600E; }
span { border-color: rgb(8,96,14); }
td.TdClassName
{
border-color: #08600E;
}
.TagClassName
{
border-color: #08600E;
}
</style>