Shades of Green #006601
Tints of Green #006601
RGB
CMYK
RGB Variations
Color information
#006601 (or 0x006601) is known color: Green. HEX triplet: 00, 66 and 01. RGB value is (0,102,1). Sum of RGB (Red+Green+Blue) = 0+102+1=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 102 (40.23% from 255 or 99.03% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 102 - color contains mainly: green. Hex color #006601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006601 is #FF99FE. Grayscale: #3C3C3C. Windows color (decimal): -16751103 or 91648. OLE color: 91648.
HSL color Cylindrical-coordinate representation of color #006601: hue angle of 120.59º 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 #006601 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.6 |
| HSL | 120.59º | 1% | 0.2% | - |
| HSV(B) | 120.59º | 1% | 0.4% | - |
| XYZ | 4.76 | 9.5 | 1.61 | - |
| YUV | 59.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 1 | 1 | 0 | 0.99 | 0.6 | 120.59 | 1 | 0.2 |
| Hex | 0 | 66 | 1 | 64 | 0 | 63 | 3C | 79 | 64 | 14 |
| Octal | 0 | 146 | 1 | 144 | 0 | 143 | 74 | 171 | 144 | 24 |
| Binary | 0 | 1100110 | 1 | 1100100 | 0 | 1100011 | 111100 | 1111001 | 1100100 | 10100 |
Color Harmonies of #006601
Complementary color
Monochromatic Colors of #006601
Black with #006601
Text Example
Text Example
White with #006601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006601; }
p { color: rgb(0,102,1); }
H1.HeaderClassName
{
color: #006601;
}
.AnyTagClassName
{
color: #006601;
}
</style>
background-color css
<style>
a { background-color: #006601; }
a { background-color: rgb(0,102,1); }
div.DivClassName
{
background-color: #006601;
}
.BgClassName
{
background-color: #006601;
}
</style>
border-color css
<style>
span { border-color: #006601; }
span { border-color: rgb(0,102,1); }
td.TdClassName
{
border-color: #006601;
}
.TagClassName
{
border-color: #006601;
}
</style>