Shades of Green #08660D
Tints of Green #08660D
RGB
CMYK
RGB Variations
Color information
#08660D (or 0x08660D) is known color: Green. HEX triplet: 08, 66 and 0D. RGB value is (8,102,13). Sum of RGB (Red+Green+Blue) = 8+102+13=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #08660D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08660D is #F799F2. Grayscale: #404040. Windows color (decimal): -16226803 or 878088. OLE color: 878088.
HSL color Cylindrical-coordinate representation of color #08660D: hue angle of 123.19º 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 #08660D is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 13 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.6 |
| HSL | 123.19º | 0.85% | 0.22% | - |
| HSV(B) | 123.19º | 0.92% | 0.4% | - |
| XYZ | 4.92 | 9.58 | 1.97 | - |
| YUV | 63.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 13 | 0.92 | 0 | 0.87 | 0.6 | 123.19 | 0.85 | 0.22 |
| Hex | 8 | 66 | D | 5C | 0 | 57 | 3C | 7B | 55 | 16 |
| Octal | 10 | 146 | 15 | 134 | 0 | 127 | 74 | 173 | 125 | 26 |
| Binary | 1000 | 1100110 | 1101 | 1011100 | 0 | 1010111 | 111100 | 1111011 | 1010101 | 10110 |
Color Harmonies of #08660D
Complementary color
Monochromatic Colors of #08660D
Black with #08660D
Text Example
Text Example
White with #08660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08660D; }
p { color: rgb(8,102,13); }
H1.HeaderClassName
{
color: #08660D;
}
.AnyTagClassName
{
color: #08660D;
}
</style>
background-color css
<style>
a { background-color: #08660D; }
a { background-color: rgb(8,102,13); }
div.DivClassName
{
background-color: #08660D;
}
.BgClassName
{
background-color: #08660D;
}
</style>
border-color css
<style>
span { border-color: #08660D; }
span { border-color: rgb(8,102,13); }
td.TdClassName
{
border-color: #08660D;
}
.TagClassName
{
border-color: #08660D;
}
</style>