Shades of Green #066C0E
Tints of Green #066C0E
RGB
CMYK
RGB Variations
Color information
#066C0E (or 0x066C0E) is known color: Green. HEX triplet: 06, 6C and 0E. RGB value is (6,108,14). Sum of RGB (Red+Green+Blue) = 6+108+14=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 108 (42.58% from 255 or 84.38% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 108 - color contains mainly: green. Hex color #066C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C0E is #F993F1. Grayscale: #434343. Windows color (decimal): -16356338 or 945158. OLE color: 945158.
HSL color Cylindrical-coordinate representation of color #066C0E: hue angle of 124.71º 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 #066C0E is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 14 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.58 |
| HSL | 124.71º | 0.89% | 0.22% | - |
| HSV(B) | 124.71º | 0.94% | 0.42% | - |
| XYZ | 5.52 | 10.8 | 2.21 | - |
| YUV | 66.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 14 | 0.94 | 0 | 0.87 | 0.58 | 124.71 | 0.89 | 0.22 |
| Hex | 6 | 6C | E | 5E | 0 | 57 | 3A | 7D | 59 | 16 |
| Octal | 6 | 154 | 16 | 136 | 0 | 127 | 72 | 175 | 131 | 26 |
| Binary | 110 | 1101100 | 1110 | 1011110 | 0 | 1010111 | 111010 | 1111101 | 1011001 | 10110 |
Color Harmonies of #066C0E
Complementary color
Monochromatic Colors of #066C0E
Black with #066C0E
Text Example
Text Example
White with #066C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C0E; }
p { color: rgb(6,108,14); }
H1.HeaderClassName
{
color: #066C0E;
}
.AnyTagClassName
{
color: #066C0E;
}
</style>
background-color css
<style>
a { background-color: #066C0E; }
a { background-color: rgb(6,108,14); }
div.DivClassName
{
background-color: #066C0E;
}
.BgClassName
{
background-color: #066C0E;
}
</style>
border-color css
<style>
span { border-color: #066C0E; }
span { border-color: rgb(6,108,14); }
td.TdClassName
{
border-color: #066C0E;
}
.TagClassName
{
border-color: #066C0E;
}
</style>