Shades of Green #066911
Tints of Green #066911
RGB
CMYK
RGB Variations
Color information
#066911 (or 0x066911) is known color: Green. HEX triplet: 06, 69 and 11. RGB value is (6,105,17). Sum of RGB (Red+Green+Blue) = 6+105+17=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 105 (41.41% from 255 or 82.03% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 105 - color contains mainly: green. Hex color #066911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066911 is #F996EE. Grayscale: #414141. Windows color (decimal): -16357103 or 1140998. OLE color: 1140998.
HSL color Cylindrical-coordinate representation of color #066911: hue angle of 126.67º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066911 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 17 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.59 |
| HSL | 126.67º | 0.89% | 0.22% | - |
| HSV(B) | 126.67º | 0.94% | 0.41% | - |
| XYZ | 5.23 | 10.18 | 2.22 | - |
| YUV | 65.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 17 | 0.94 | 0 | 0.84 | 0.59 | 126.67 | 0.89 | 0.22 |
| Hex | 6 | 69 | 11 | 5E | 0 | 54 | 3B | 7F | 59 | 16 |
| Octal | 6 | 151 | 21 | 136 | 0 | 124 | 73 | 177 | 131 | 26 |
| Binary | 110 | 1101001 | 10001 | 1011110 | 0 | 1010100 | 111011 | 1111111 | 1011001 | 10110 |
Color Harmonies of #066911
Complementary color
Monochromatic Colors of #066911
Black with #066911
Text Example
Text Example
White with #066911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066911; }
p { color: rgb(6,105,17); }
H1.HeaderClassName
{
color: #066911;
}
.AnyTagClassName
{
color: #066911;
}
</style>
background-color css
<style>
a { background-color: #066911; }
a { background-color: rgb(6,105,17); }
div.DivClassName
{
background-color: #066911;
}
.BgClassName
{
background-color: #066911;
}
</style>
border-color css
<style>
span { border-color: #066911; }
span { border-color: rgb(6,105,17); }
td.TdClassName
{
border-color: #066911;
}
.TagClassName
{
border-color: #066911;
}
</style>