Shades of Green #06640E
Tints of Green #06640E
RGB
CMYK
RGB Variations
Color information
#06640E (or 0x06640E) is known color: Green. HEX triplet: 06, 64 and 0E. RGB value is (6,100,14). Sum of RGB (Red+Green+Blue) = 6+100+14=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #06640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06640E is #F99BF1. Grayscale: #3E3E3E. Windows color (decimal): -16358386 or 943110. OLE color: 943110.
HSL color Cylindrical-coordinate representation of color #06640E: hue angle of 125.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06640E is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 6 | 100 | 14 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.61 |
| HSL | 125.11º | 0.89% | 0.21% | - |
| HSV(B) | 125.11º | 0.94% | 0.39% | - |
| XYZ | 4.71 | 9.18 | 1.94 | - |
| YUV | 62.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 14 | 0.94 | 0 | 0.86 | 0.61 | 125.11 | 0.89 | 0.21 |
| Hex | 6 | 64 | E | 5E | 0 | 56 | 3D | 7D | 59 | 15 |
| Octal | 6 | 144 | 16 | 136 | 0 | 126 | 75 | 175 | 131 | 25 |
| Binary | 110 | 1100100 | 1110 | 1011110 | 0 | 1010110 | 111101 | 1111101 | 1011001 | 10101 |
Color Harmonies of #06640E
Complementary color
Monochromatic Colors of #06640E
Black with #06640E
Text Example
Text Example
White with #06640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06640E; }
p { color: rgb(6,100,14); }
H1.HeaderClassName
{
color: #06640E;
}
.AnyTagClassName
{
color: #06640E;
}
</style>
background-color css
<style>
a { background-color: #06640E; }
a { background-color: rgb(6,100,14); }
div.DivClassName
{
background-color: #06640E;
}
.BgClassName
{
background-color: #06640E;
}
</style>
border-color css
<style>
span { border-color: #06640E; }
span { border-color: rgb(6,100,14); }
td.TdClassName
{
border-color: #06640E;
}
.TagClassName
{
border-color: #06640E;
}
</style>