Shades of Green #066C11
Tints of Green #066C11
RGB
CMYK
RGB Variations
Color information
#066C11 (or 0x066C11) is known color: Green. HEX triplet: 06, 6C and 11. RGB value is (6,108,17). Sum of RGB (Red+Green+Blue) = 6+108+17=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 108 (42.58% from 255 or 82.44% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 108 - color contains mainly: green. Hex color #066C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C11 is #F993EE. Grayscale: #434343. Windows color (decimal): -16356335 or 1141766. OLE color: 1141766.
HSL color Cylindrical-coordinate representation of color #066C11: hue angle of 126.47º 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 #066C11 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 17 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.58 |
| HSL | 126.47º | 0.89% | 0.22% | - |
| HSV(B) | 126.47º | 0.94% | 0.42% | - |
| XYZ | 5.54 | 10.8 | 2.32 | - |
| YUV | 67.13 | 99.71 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 17 | 0.94 | 0 | 0.84 | 0.58 | 126.47 | 0.89 | 0.22 |
| Hex | 6 | 6C | 11 | 5E | 0 | 54 | 3A | 7E | 59 | 16 |
| Octal | 6 | 154 | 21 | 136 | 0 | 124 | 72 | 176 | 131 | 26 |
| Binary | 110 | 1101100 | 10001 | 1011110 | 0 | 1010100 | 111010 | 1111110 | 1011001 | 10110 |
Color Harmonies of #066C11
Complementary color
Monochromatic Colors of #066C11
Black with #066C11
Text Example
Text Example
White with #066C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C11; }
p { color: rgb(6,108,17); }
H1.HeaderClassName
{
color: #066C11;
}
.AnyTagClassName
{
color: #066C11;
}
</style>
background-color css
<style>
a { background-color: #066C11; }
a { background-color: rgb(6,108,17); }
div.DivClassName
{
background-color: #066C11;
}
.BgClassName
{
background-color: #066C11;
}
</style>
border-color css
<style>
span { border-color: #066C11; }
span { border-color: rgb(6,108,17); }
td.TdClassName
{
border-color: #066C11;
}
.TagClassName
{
border-color: #066C11;
}
</style>