Shades of Green #066601
Tints of Green #066601
RGB
CMYK
RGB Variations
Color information
#066601 (or 0x066601) is known color: Green. HEX triplet: 06, 66 and 01. RGB value is (6,102,1). Sum of RGB (Red+Green+Blue) = 6+102+1=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 102 (40.23% from 255 or 93.58% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 102 - color contains mainly: green. Hex color #066601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066601 is #F999FE. Grayscale: #3E3E3E. Windows color (decimal): -16357887 or 91654. OLE color: 91654.
HSL color Cylindrical-coordinate representation of color #066601: hue angle of 117.03º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #066601 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 6 | 102 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.6 |
| HSL | 117.03º | 0.98% | 0.2% | - |
| HSV(B) | 117.03º | 0.99% | 0.4% | - |
| XYZ | 4.83 | 9.54 | 1.62 | - |
| YUV | 61.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 1 | 0.94 | 0 | 0.99 | 0.6 | 117.03 | 0.98 | 0.2 |
| Hex | 6 | 66 | 1 | 5E | 0 | 63 | 3C | 75 | 62 | 14 |
| Octal | 6 | 146 | 1 | 136 | 0 | 143 | 74 | 165 | 142 | 24 |
| Binary | 110 | 1100110 | 1 | 1011110 | 0 | 1100011 | 111100 | 1110101 | 1100010 | 10100 |
Color Harmonies of #066601
Complementary color
Monochromatic Colors of #066601
Black with #066601
Text Example
Text Example
White with #066601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066601; }
p { color: rgb(6,102,1); }
H1.HeaderClassName
{
color: #066601;
}
.AnyTagClassName
{
color: #066601;
}
</style>
background-color css
<style>
a { background-color: #066601; }
a { background-color: rgb(6,102,1); }
div.DivClassName
{
background-color: #066601;
}
.BgClassName
{
background-color: #066601;
}
</style>
border-color css
<style>
span { border-color: #066601; }
span { border-color: rgb(6,102,1); }
td.TdClassName
{
border-color: #066601;
}
.TagClassName
{
border-color: #066601;
}
</style>