Shades of Green #006611
Tints of Green #006611
RGB
CMYK
RGB Variations
Color information
#006611 (or 0x006611) is known color: Green. HEX triplet: 00, 66 and 11. RGB value is (0,102,17). Sum of RGB (Red+Green+Blue) = 0+102+17=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 102 (40.23% from 255 or 85.71% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 102 - color contains mainly: green. Hex color #006611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006611 is #FF99EE. Grayscale: #3E3E3E. Windows color (decimal): -16751087 or 1140224. OLE color: 1140224.
HSL color Cylindrical-coordinate representation of color #006611: hue angle of 130º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006611 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
RGB | 0 | 102 | 17 | - |
CMYK | 1 | 0 | 0.83 | 0.6 |
HSL | 130º | 1% | 0.2% | - |
HSV(B) | 130º | 1% | 0.4% | - |
XYZ | 4.85 | 9.54 | 2.12 | - |
YUV | 61.81 | 102.71 | 83.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 102 | 17 | 1 | 0 | 0.83 | 0.6 | 130 | 1 | 0.2 |
Hex | 0 | 66 | 11 | 64 | 0 | 53 | 3C | 82 | 64 | 14 |
Octal | 0 | 146 | 21 | 144 | 0 | 123 | 74 | 202 | 144 | 24 |
Binary | 0 | 1100110 | 10001 | 1100100 | 0 | 1010011 | 111100 | 10000010 | 1100100 | 10100 |
Color Harmonies of #006611
Complementary color
Monochromatic Colors of #006611
Black with #006611
Text Example
Text Example
White with #006611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006611; }
p { color: rgb(0,102,17); }
H1.HeaderClassName
{
color: #006611;
}
.AnyTagClassName
{
color: #006611;
}
</style>
background-color css
<style>
a { background-color: #006611; }
a { background-color: rgb(0,102,17); }
div.DivClassName
{
background-color: #006611;
}
.BgClassName
{
background-color: #006611;
}
</style>
border-color css
<style>
span { border-color: #006611; }
span { border-color: rgb(0,102,17); }
td.TdClassName
{
border-color: #006611;
}
.TagClassName
{
border-color: #006611;
}
</style>