Shades of Green #006602
Tints of Green #006602
RGB
CMYK
RGB Variations
Color information
#006602 (or 0x006602) is known color: Green. HEX triplet: 00, 66 and 02. RGB value is (0,102,2). Sum of RGB (Red+Green+Blue) = 0+102+2=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 102 (40.23% from 255 or 98.08% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 102 - color contains mainly: green. Hex color #006602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006602 is #FF99FD. Grayscale: #3C3C3C. Windows color (decimal): -16751102 or 157184. OLE color: 157184.
HSL color Cylindrical-coordinate representation of color #006602: hue angle of 121.18º 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 #006602 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.6 |
| HSL | 121.18º | 1% | 0.2% | - |
| HSV(B) | 121.18º | 1% | 0.4% | - |
| XYZ | 4.76 | 9.51 | 1.64 | - |
| YUV | 60.1 | 95.21 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 2 | 1 | 0 | 0.98 | 0.6 | 121.18 | 1 | 0.2 |
| Hex | 0 | 66 | 2 | 64 | 0 | 62 | 3C | 79 | 64 | 14 |
| Octal | 0 | 146 | 2 | 144 | 0 | 142 | 74 | 171 | 144 | 24 |
| Binary | 0 | 1100110 | 10 | 1100100 | 0 | 1100010 | 111100 | 1111001 | 1100100 | 10100 |
Color Harmonies of #006602
Complementary color
Monochromatic Colors of #006602
Black with #006602
Text Example
Text Example
White with #006602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006602; }
p { color: rgb(0,102,2); }
H1.HeaderClassName
{
color: #006602;
}
.AnyTagClassName
{
color: #006602;
}
</style>
background-color css
<style>
a { background-color: #006602; }
a { background-color: rgb(0,102,2); }
div.DivClassName
{
background-color: #006602;
}
.BgClassName
{
background-color: #006602;
}
</style>
border-color css
<style>
span { border-color: #006602; }
span { border-color: rgb(0,102,2); }
td.TdClassName
{
border-color: #006602;
}
.TagClassName
{
border-color: #006602;
}
</style>