Shades of Green #066B0E
Tints of Green #066B0E
RGB
CMYK
RGB Variations
Color information
#066B0E (or 0x066B0E) is known color: Green. HEX triplet: 06, 6B and 0E. RGB value is (6,107,14). Sum of RGB (Red+Green+Blue) = 6+107+14=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 107 (42.19% from 255 or 84.25% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 107 - color contains mainly: green. Hex color #066B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066B0E is #F994F1. Grayscale: #424242. Windows color (decimal): -16356594 or 944902. OLE color: 944902.
HSL color Cylindrical-coordinate representation of color #066B0E: hue angle of 124.75º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B0E is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 14 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.58 |
| HSL | 124.75º | 0.89% | 0.22% | - |
| HSV(B) | 124.75º | 0.94% | 0.42% | - |
| XYZ | 5.41 | 10.59 | 2.17 | - |
| YUV | 66.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 14 | 0.94 | 0 | 0.87 | 0.58 | 124.75 | 0.89 | 0.22 |
| Hex | 6 | 6B | E | 5E | 0 | 57 | 3A | 7D | 59 | 16 |
| Octal | 6 | 153 | 16 | 136 | 0 | 127 | 72 | 175 | 131 | 26 |
| Binary | 110 | 1101011 | 1110 | 1011110 | 0 | 1010111 | 111010 | 1111101 | 1011001 | 10110 |
Color Harmonies of #066B0E
Complementary color
Monochromatic Colors of #066B0E
Black with #066B0E
Text Example
Text Example
White with #066B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B0E; }
p { color: rgb(6,107,14); }
H1.HeaderClassName
{
color: #066B0E;
}
.AnyTagClassName
{
color: #066B0E;
}
</style>
background-color css
<style>
a { background-color: #066B0E; }
a { background-color: rgb(6,107,14); }
div.DivClassName
{
background-color: #066B0E;
}
.BgClassName
{
background-color: #066B0E;
}
</style>
border-color css
<style>
span { border-color: #066B0E; }
span { border-color: rgb(6,107,14); }
td.TdClassName
{
border-color: #066B0E;
}
.TagClassName
{
border-color: #066B0E;
}
</style>