Shades of Green #066E13
Tints of Green #066E13
RGB
CMYK
RGB Variations
Color information
#066E13 (or 0x066E13) is known color: Green. HEX triplet: 06, 6E and 13. RGB value is (6,110,19). Sum of RGB (Red+Green+Blue) = 6+110+19=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 110 (43.36% from 255 or 81.48% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 110 - color contains mainly: green. Hex color #066E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066E13 is #F991EC. Grayscale: #444444. Windows color (decimal): -16355821 or 1273350. OLE color: 1273350.
HSL color Cylindrical-coordinate representation of color #066E13: hue angle of 127.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E13 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 110 | 19 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.57 |
| HSL | 127.5º | 0.9% | 0.23% | - |
| HSV(B) | 127.5º | 0.95% | 0.43% | - |
| XYZ | 5.77 | 11.24 | 2.48 | - |
| YUV | 68.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 19 | 0.95 | 0 | 0.83 | 0.57 | 127.5 | 0.9 | 0.23 |
| Hex | 6 | 6E | 13 | 5F | 0 | 53 | 39 | 80 | 5A | 17 |
| Octal | 6 | 156 | 23 | 137 | 0 | 123 | 71 | 200 | 132 | 27 |
| Binary | 110 | 1101110 | 10011 | 1011111 | 0 | 1010011 | 111001 | 10000000 | 1011010 | 10111 |
Color Harmonies of #066E13
Complementary color
Monochromatic Colors of #066E13
Black with #066E13
Text Example
Text Example
White with #066E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E13; }
p { color: rgb(6,110,19); }
H1.HeaderClassName
{
color: #066E13;
}
.AnyTagClassName
{
color: #066E13;
}
</style>
background-color css
<style>
a { background-color: #066E13; }
a { background-color: rgb(6,110,19); }
div.DivClassName
{
background-color: #066E13;
}
.BgClassName
{
background-color: #066E13;
}
</style>
border-color css
<style>
span { border-color: #066E13; }
span { border-color: rgb(6,110,19); }
td.TdClassName
{
border-color: #066E13;
}
.TagClassName
{
border-color: #066E13;
}
</style>