Shades of Green #066600
Tints of Green #066600
RGB
CMYK
RGB Variations
Color information
#066600 (or 0x066600) is known color: Green. HEX triplet: 06, 66 and 00. RGB value is (6,102,0). Sum of RGB (Red+Green+Blue) = 6+102+0=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 102 (40.23% from 255 or 94.44% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 102 - color contains mainly: green. Hex color #066600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066600 is #F999FF. Grayscale: #3D3D3D. Windows color (decimal): -16357888 or 26118. OLE color: 26118.
HSL color Cylindrical-coordinate representation of color #066600: hue angle of 116.47º 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 #066600 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.6 |
| HSL | 116.47º | 1% | 0.2% | - |
| HSV(B) | 116.47º | 1% | 0.4% | - |
| XYZ | 4.83 | 9.54 | 1.59 | - |
| YUV | 61.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 0 | 0.94 | 0 | 1 | 0.6 | 116.47 | 1 | 0.2 |
| Hex | 6 | 66 | 0 | 5E | 0 | 64 | 3C | 74 | 64 | 14 |
| Octal | 6 | 146 | 0 | 136 | 0 | 144 | 74 | 164 | 144 | 24 |
| Binary | 110 | 1100110 | 0 | 1011110 | 0 | 1100100 | 111100 | 1110100 | 1100100 | 10100 |
Color Harmonies of #066600
Complementary color
Monochromatic Colors of #066600
Black with #066600
Text Example
Text Example
White with #066600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066600; }
p { color: rgb(6,102,0); }
H1.HeaderClassName
{
color: #066600;
}
.AnyTagClassName
{
color: #066600;
}
</style>
background-color css
<style>
a { background-color: #066600; }
a { background-color: rgb(6,102,0); }
div.DivClassName
{
background-color: #066600;
}
.BgClassName
{
background-color: #066600;
}
</style>
border-color css
<style>
span { border-color: #066600; }
span { border-color: rgb(6,102,0); }
td.TdClassName
{
border-color: #066600;
}
.TagClassName
{
border-color: #066600;
}
</style>