Shades of Green #08610E
Tints of Green #08610E
RGB
CMYK
RGB Variations
Color information
#08610E (or 0x08610E) is known color: Green. HEX triplet: 08, 61 and 0E. RGB value is (8,97,14). Sum of RGB (Red+Green+Blue) = 8+97+14=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #08610E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08610E is #F79EF1. Grayscale: #3D3D3D. Windows color (decimal): -16228082 or 942344. OLE color: 942344.
HSL color Cylindrical-coordinate representation of color #08610E: hue angle of 124.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08610E is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 14 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.62 |
| HSL | 124.04º | 0.85% | 0.21% | - |
| HSV(B) | 124.04º | 0.92% | 0.38% | - |
| XYZ | 4.45 | 8.63 | 1.85 | - |
| YUV | 60.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 14 | 0.92 | 0 | 0.86 | 0.62 | 124.04 | 0.85 | 0.21 |
| Hex | 8 | 61 | E | 5C | 0 | 56 | 3E | 7C | 55 | 15 |
| Octal | 10 | 141 | 16 | 134 | 0 | 126 | 76 | 174 | 125 | 25 |
| Binary | 1000 | 1100001 | 1110 | 1011100 | 0 | 1010110 | 111110 | 1111100 | 1010101 | 10101 |
Color Harmonies of #08610E
Complementary color
Monochromatic Colors of #08610E
Black with #08610E
Text Example
Text Example
White with #08610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08610E; }
p { color: rgb(8,97,14); }
H1.HeaderClassName
{
color: #08610E;
}
.AnyTagClassName
{
color: #08610E;
}
</style>
background-color css
<style>
a { background-color: #08610E; }
a { background-color: rgb(8,97,14); }
div.DivClassName
{
background-color: #08610E;
}
.BgClassName
{
background-color: #08610E;
}
</style>
border-color css
<style>
span { border-color: #08610E; }
span { border-color: rgb(8,97,14); }
td.TdClassName
{
border-color: #08610E;
}
.TagClassName
{
border-color: #08610E;
}
</style>