Shades of Green #066913
Tints of Green #066913
RGB
CMYK
RGB Variations
Color information
#066913 (or 0x066913) is known color: Green. HEX triplet: 06, 69 and 13. RGB value is (6,105,19). Sum of RGB (Red+Green+Blue) = 6+105+19=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 105 (41.41% from 255 or 80.77% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 105 - color contains mainly: green. Hex color #066913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066913 is #F996EC. Grayscale: #414141. Windows color (decimal): -16357101 or 1272070. OLE color: 1272070.
HSL color Cylindrical-coordinate representation of color #066913: hue angle of 127.88º 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 #066913 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 19 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.59 |
| HSL | 127.88º | 0.89% | 0.22% | - |
| HSV(B) | 127.88º | 0.94% | 0.41% | - |
| XYZ | 5.24 | 10.19 | 2.31 | - |
| YUV | 65.6 | 101.7 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 19 | 0.94 | 0 | 0.82 | 0.59 | 127.88 | 0.89 | 0.22 |
| Hex | 6 | 69 | 13 | 5E | 0 | 52 | 3B | 80 | 59 | 16 |
| Octal | 6 | 151 | 23 | 136 | 0 | 122 | 73 | 200 | 131 | 26 |
| Binary | 110 | 1101001 | 10011 | 1011110 | 0 | 1010010 | 111011 | 10000000 | 1011001 | 10110 |
Color Harmonies of #066913
Complementary color
Monochromatic Colors of #066913
Black with #066913
Text Example
Text Example
White with #066913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066913; }
p { color: rgb(6,105,19); }
H1.HeaderClassName
{
color: #066913;
}
.AnyTagClassName
{
color: #066913;
}
</style>
background-color css
<style>
a { background-color: #066913; }
a { background-color: rgb(6,105,19); }
div.DivClassName
{
background-color: #066913;
}
.BgClassName
{
background-color: #066913;
}
</style>
border-color css
<style>
span { border-color: #066913; }
span { border-color: rgb(6,105,19); }
td.TdClassName
{
border-color: #066913;
}
.TagClassName
{
border-color: #066913;
}
</style>