Shades of Green #006600
Tints of Green #006600
RGB
CMYK
RGB Variations
Color information
#006600 (or 0x006600) is known color: Green. HEX triplet: 00, 66 and 00. RGB value is (0,102,0). Sum of RGB (Red+Green+Blue) = 0+102+0=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 102 (40.23% from 255 or 100% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 102 - color contains mainly: green. Hex color #006600 is a web safe color. Inversed color of #006600 is #FF99FF. Grayscale: #3C3C3C. Windows color (decimal): -16751104 or 26112. OLE color: 26112.
HSL color Cylindrical-coordinate representation of color #006600: hue angle of 120º 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 #006600 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.6 |
| HSL | 120º | 1% | 0.2% | - |
| HSV(B) | 120º | 1% | 0.4% | - |
| XYZ | 4.75 | 9.5 | 1.58 | - |
| YUV | 59.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 0 | 1 | 0 | 1 | 0.6 | 120 | 1 | 0.2 |
| Hex | 0 | 66 | 0 | 64 | 0 | 64 | 3C | 78 | 64 | 14 |
| Octal | 0 | 146 | 0 | 144 | 0 | 144 | 74 | 170 | 144 | 24 |
| Binary | 0 | 1100110 | 0 | 1100100 | 0 | 1100100 | 111100 | 1111000 | 1100100 | 10100 |
Color Harmonies of #006600
Complementary color
Monochromatic Colors of #006600
Black with #006600
Text Example
Text Example
White with #006600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006600; }
p { color: rgb(0,102,0); }
H1.HeaderClassName
{
color: #006600;
}
.AnyTagClassName
{
color: #006600;
}
</style>
background-color css
<style>
a { background-color: #006600; }
a { background-color: rgb(0,102,0); }
div.DivClassName
{
background-color: #006600;
}
.BgClassName
{
background-color: #006600;
}
</style>
border-color css
<style>
span { border-color: #006600; }
span { border-color: rgb(0,102,0); }
td.TdClassName
{
border-color: #006600;
}
.TagClassName
{
border-color: #006600;
}
</style>