Shades of Green #066810
Tints of Green #066810
RGB
CMYK
RGB Variations
Color information
#066810 (or 0x066810) is known color: Green. HEX triplet: 06, 68 and 10. RGB value is (6,104,16). Sum of RGB (Red+Green+Blue) = 6+104+16=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #066810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066810 is #F997EF. Grayscale: #404040. Windows color (decimal): -16357360 or 1075206. OLE color: 1075206.
HSL color Cylindrical-coordinate representation of color #066810: hue angle of 126.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066810 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 16 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.59 |
| HSL | 126.12º | 0.89% | 0.22% | - |
| HSV(B) | 126.12º | 0.94% | 0.41% | - |
| XYZ | 5.12 | 9.98 | 2.15 | - |
| YUV | 64.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 16 | 0.94 | 0 | 0.85 | 0.59 | 126.12 | 0.89 | 0.22 |
| Hex | 6 | 68 | 10 | 5E | 0 | 55 | 3B | 7E | 59 | 16 |
| Octal | 6 | 150 | 20 | 136 | 0 | 125 | 73 | 176 | 131 | 26 |
| Binary | 110 | 1101000 | 10000 | 1011110 | 0 | 1010101 | 111011 | 1111110 | 1011001 | 10110 |
Color Harmonies of #066810
Complementary color
Monochromatic Colors of #066810
Black with #066810
Text Example
Text Example
White with #066810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066810; }
p { color: rgb(6,104,16); }
H1.HeaderClassName
{
color: #066810;
}
.AnyTagClassName
{
color: #066810;
}
</style>
background-color css
<style>
a { background-color: #066810; }
a { background-color: rgb(6,104,16); }
div.DivClassName
{
background-color: #066810;
}
.BgClassName
{
background-color: #066810;
}
</style>
border-color css
<style>
span { border-color: #066810; }
span { border-color: rgb(6,104,16); }
td.TdClassName
{
border-color: #066810;
}
.TagClassName
{
border-color: #066810;
}
</style>