Shades of Green #06660E
Tints of Green #06660E
RGB
CMYK
RGB Variations
Color information
#06660E (or 0x06660E) is known color: Green. HEX triplet: 06, 66 and 0E. RGB value is (6,102,14). Sum of RGB (Red+Green+Blue) = 6+102+14=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #06660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06660E is #F999F1. Grayscale: #3F3F3F. Windows color (decimal): -16357874 or 943622. OLE color: 943622.
HSL color Cylindrical-coordinate representation of color #06660E: hue angle of 125º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06660E is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 14 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.6 |
| HSL | 125º | 0.89% | 0.21% | - |
| HSV(B) | 125º | 0.94% | 0.4% | - |
| XYZ | 4.91 | 9.57 | 2 | - |
| YUV | 63.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 14 | 0.94 | 0 | 0.86 | 0.6 | 125 | 0.89 | 0.21 |
| Hex | 6 | 66 | E | 5E | 0 | 56 | 3C | 7D | 59 | 15 |
| Octal | 6 | 146 | 16 | 136 | 0 | 126 | 74 | 175 | 131 | 25 |
| Binary | 110 | 1100110 | 1110 | 1011110 | 0 | 1010110 | 111100 | 1111101 | 1011001 | 10101 |
Color Harmonies of #06660E
Complementary color
Monochromatic Colors of #06660E
Black with #06660E
Text Example
Text Example
White with #06660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06660E; }
p { color: rgb(6,102,14); }
H1.HeaderClassName
{
color: #06660E;
}
.AnyTagClassName
{
color: #06660E;
}
</style>
background-color css
<style>
a { background-color: #06660E; }
a { background-color: rgb(6,102,14); }
div.DivClassName
{
background-color: #06660E;
}
.BgClassName
{
background-color: #06660E;
}
</style>
border-color css
<style>
span { border-color: #06660E; }
span { border-color: rgb(6,102,14); }
td.TdClassName
{
border-color: #06660E;
}
.TagClassName
{
border-color: #06660E;
}
</style>