Shades of Green #08660E
Tints of Green #08660E
RGB
CMYK
RGB Variations
Color information
#08660E (or 0x08660E) is known color: Green. HEX triplet: 08, 66 and 0E. RGB value is (8,102,14). Sum of RGB (Red+Green+Blue) = 8+102+14=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #08660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08660E is #F799F1. Grayscale: #404040. Windows color (decimal): -16226802 or 943624. OLE color: 943624.
HSL color Cylindrical-coordinate representation of color #08660E: hue angle of 123.83º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08660E is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 14 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.6 |
| HSL | 123.83º | 0.85% | 0.22% | - |
| HSV(B) | 123.83º | 0.92% | 0.4% | - |
| XYZ | 4.93 | 9.59 | 2.01 | - |
| YUV | 63.86 | 99.86 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 14 | 0.92 | 0 | 0.86 | 0.6 | 123.83 | 0.85 | 0.22 |
| Hex | 8 | 66 | E | 5C | 0 | 56 | 3C | 7C | 55 | 16 |
| Octal | 10 | 146 | 16 | 134 | 0 | 126 | 74 | 174 | 125 | 26 |
| Binary | 1000 | 1100110 | 1110 | 1011100 | 0 | 1010110 | 111100 | 1111100 | 1010101 | 10110 |
Color Harmonies of #08660E
Complementary color
Monochromatic Colors of #08660E
Black with #08660E
Text Example
Text Example
White with #08660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08660E; }
p { color: rgb(8,102,14); }
H1.HeaderClassName
{
color: #08660E;
}
.AnyTagClassName
{
color: #08660E;
}
</style>
background-color css
<style>
a { background-color: #08660E; }
a { background-color: rgb(8,102,14); }
div.DivClassName
{
background-color: #08660E;
}
.BgClassName
{
background-color: #08660E;
}
</style>
border-color css
<style>
span { border-color: #08660E; }
span { border-color: rgb(8,102,14); }
td.TdClassName
{
border-color: #08660E;
}
.TagClassName
{
border-color: #08660E;
}
</style>