Shades of Green #066811
Tints of Green #066811
RGB
CMYK
RGB Variations
Color information
#066811 (or 0x066811) is known color: Green. HEX triplet: 06, 68 and 11. RGB value is (6,104,17). Sum of RGB (Red+Green+Blue) = 6+104+17=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #066811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066811 is #F997EE. Grayscale: #414141. Windows color (decimal): -16357359 or 1140742. OLE color: 1140742.
HSL color Cylindrical-coordinate representation of color #066811: hue angle of 126.73º 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 #066811 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 17 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.59 |
| HSL | 126.73º | 0.89% | 0.22% | - |
| HSV(B) | 126.73º | 0.94% | 0.41% | - |
| XYZ | 5.13 | 9.98 | 2.19 | - |
| YUV | 64.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 17 | 0.94 | 0 | 0.84 | 0.59 | 126.73 | 0.89 | 0.22 |
| Hex | 6 | 68 | 11 | 5E | 0 | 54 | 3B | 7F | 59 | 16 |
| Octal | 6 | 150 | 21 | 136 | 0 | 124 | 73 | 177 | 131 | 26 |
| Binary | 110 | 1101000 | 10001 | 1011110 | 0 | 1010100 | 111011 | 1111111 | 1011001 | 10110 |
Color Harmonies of #066811
Complementary color
Monochromatic Colors of #066811
Black with #066811
Text Example
Text Example
White with #066811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066811; }
p { color: rgb(6,104,17); }
H1.HeaderClassName
{
color: #066811;
}
.AnyTagClassName
{
color: #066811;
}
</style>
background-color css
<style>
a { background-color: #066811; }
a { background-color: rgb(6,104,17); }
div.DivClassName
{
background-color: #066811;
}
.BgClassName
{
background-color: #066811;
}
</style>
border-color css
<style>
span { border-color: #066811; }
span { border-color: rgb(6,104,17); }
td.TdClassName
{
border-color: #066811;
}
.TagClassName
{
border-color: #066811;
}
</style>