Shades of Green #066502
Tints of Green #066502
RGB
CMYK
RGB Variations
Color information
#066502 (or 0x066502) is known color: Green. HEX triplet: 06, 65 and 02. RGB value is (6,101,2). Sum of RGB (Red+Green+Blue) = 6+101+2=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 101 (39.84% from 255 or 92.66% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 101 - color contains mainly: green. Hex color #066502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066502 is #F99AFD. Grayscale: #3D3D3D. Windows color (decimal): -16358142 or 156934. OLE color: 156934.
HSL color Cylindrical-coordinate representation of color #066502: hue angle of 117.58º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066502 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.60 |
| HSL | 117.58º | 0.96% | 0.2% | - |
| HSV(B) | 117.58º | 0.98% | 0.4% | - |
| XYZ | 4.74 | 9.35 | 1.61 | - |
| YUV | 61.31 | 94.53 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 2 | 0.94 | 0 | 0.98 | 0.60 | 117.58 | 0.96 | 0.2 |
| Hex | 6 | 65 | 2 | 5E | 0 | 62 | 3C | 76 | 60 | 14 |
| Octal | 6 | 145 | 2 | 136 | 0 | 142 | 74 | 166 | 140 | 24 |
| Binary | 110 | 1100101 | 10 | 1011110 | 0 | 1100010 | 111100 | 1110110 | 1100000 | 10100 |
Color Harmonies of #066502
Complementary color
Monochromatic Colors of #066502
Black with #066502
Text Example
Text Example
White with #066502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066502; }
p { color: rgb(6,101,2); }
H1.HeaderClassName
{
color: #066502;
}
.AnyTagClassName
{
color: #066502;
}
</style>
background-color css
<style>
a { background-color: #066502; }
a { background-color: rgb(6,101,2); }
div.DivClassName
{
background-color: #066502;
}
.BgClassName
{
background-color: #066502;
}
</style>
border-color css
<style>
span { border-color: #066502; }
span { border-color: rgb(6,101,2); }
td.TdClassName
{
border-color: #066502;
}
.TagClassName
{
border-color: #066502;
}
</style>