Shades of Green #066910
Tints of Green #066910
RGB
CMYK
RGB Variations
Color information
#066910 (or 0x066910) is known color: Green. HEX triplet: 06, 69 and 10. RGB value is (6,105,16). Sum of RGB (Red+Green+Blue) = 6+105+16=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #066910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066910 is #F996EF. Grayscale: #414141. Windows color (decimal): -16357104 or 1075462. OLE color: 1075462.
HSL color Cylindrical-coordinate representation of color #066910: hue angle of 126.06º 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 #066910 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 16 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.59 |
| HSL | 126.06º | 0.89% | 0.22% | - |
| HSV(B) | 126.06º | 0.94% | 0.41% | - |
| XYZ | 5.22 | 10.18 | 2.18 | - |
| YUV | 65.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 16 | 0.94 | 0 | 0.85 | 0.59 | 126.06 | 0.89 | 0.22 |
| Hex | 6 | 69 | 10 | 5E | 0 | 55 | 3B | 7E | 59 | 16 |
| Octal | 6 | 151 | 20 | 136 | 0 | 125 | 73 | 176 | 131 | 26 |
| Binary | 110 | 1101001 | 10000 | 1011110 | 0 | 1010101 | 111011 | 1111110 | 1011001 | 10110 |
Color Harmonies of #066910
Complementary color
Monochromatic Colors of #066910
Black with #066910
Text Example
Text Example
White with #066910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066910; }
p { color: rgb(6,105,16); }
H1.HeaderClassName
{
color: #066910;
}
.AnyTagClassName
{
color: #066910;
}
</style>
background-color css
<style>
a { background-color: #066910; }
a { background-color: rgb(6,105,16); }
div.DivClassName
{
background-color: #066910;
}
.BgClassName
{
background-color: #066910;
}
</style>
border-color css
<style>
span { border-color: #066910; }
span { border-color: rgb(6,105,16); }
td.TdClassName
{
border-color: #066910;
}
.TagClassName
{
border-color: #066910;
}
</style>