Shades of Green #06600E
Tints of Green #06600E
RGB
CMYK
RGB Variations
Color information
#06600E (or 0x06600E) is known color: Green. HEX triplet: 06, 60 and 0E. RGB value is (6,96,14). Sum of RGB (Red+Green+Blue) = 6+96+14=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #06600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600E is #F99FF1. Grayscale: #3B3B3B. Windows color (decimal): -16359410 or 942086. OLE color: 942086.
HSL color Cylindrical-coordinate representation of color #06600E: hue angle of 125.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06600E is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 14 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.62 |
| HSL | 125.33º | 0.88% | 0.2% | - |
| HSV(B) | 125.33º | 0.94% | 0.38% | - |
| XYZ | 4.34 | 8.44 | 1.82 | - |
| YUV | 59.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 14 | 0.94 | 0 | 0.85 | 0.62 | 125.33 | 0.88 | 0.2 |
| Hex | 6 | 60 | E | 5E | 0 | 55 | 3E | 7D | 58 | 14 |
| Octal | 6 | 140 | 16 | 136 | 0 | 125 | 76 | 175 | 130 | 24 |
| Binary | 110 | 1100000 | 1110 | 1011110 | 0 | 1010101 | 111110 | 1111101 | 1011000 | 10100 |
Color Harmonies of #06600E
Complementary color
Monochromatic Colors of #06600E
Black with #06600E
Text Example
Text Example
White with #06600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06600E; }
p { color: rgb(6,96,14); }
H1.HeaderClassName
{
color: #06600E;
}
.AnyTagClassName
{
color: #06600E;
}
</style>
background-color css
<style>
a { background-color: #06600E; }
a { background-color: rgb(6,96,14); }
div.DivClassName
{
background-color: #06600E;
}
.BgClassName
{
background-color: #06600E;
}
</style>
border-color css
<style>
span { border-color: #06600E; }
span { border-color: rgb(6,96,14); }
td.TdClassName
{
border-color: #06600E;
}
.TagClassName
{
border-color: #06600E;
}
</style>