Shades of Green #066E1A
Tints of Green #066E1A
RGB
CMYK
RGB Variations
Color information
#066E1A (or 0x066E1A) is known color: Green. HEX triplet: 06, 6E and 1A. RGB value is (6,110,26). Sum of RGB (Red+Green+Blue) = 6+110+26=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 110 (43.36% from 255 or 77.46% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 110 - color contains mainly: green. Hex color #066E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E1A is #F991E5. Grayscale: #454545. Windows color (decimal): -16355814 or 1732102. OLE color: 1732102.
HSL color Cylindrical-coordinate representation of color #066E1A: hue angle of 131.54º 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 #066E1A is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 110 | 26 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.57 |
| HSL | 131.54º | 0.9% | 0.23% | - |
| HSV(B) | 131.54º | 0.95% | 0.43% | - |
| XYZ | 5.84 | 11.27 | 2.84 | - |
| YUV | 69.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 26 | 0.95 | 0 | 0.76 | 0.57 | 131.54 | 0.9 | 0.23 |
| Hex | 6 | 6E | 1A | 5F | 0 | 4C | 39 | 84 | 5A | 17 |
| Octal | 6 | 156 | 32 | 137 | 0 | 114 | 71 | 204 | 132 | 27 |
| Binary | 110 | 1101110 | 11010 | 1011111 | 0 | 1001100 | 111001 | 10000100 | 1011010 | 10111 |
Color Harmonies of #066E1A
Complementary color
Monochromatic Colors of #066E1A
Black with #066E1A
Text Example
Text Example
White with #066E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E1A; }
p { color: rgb(6,110,26); }
H1.HeaderClassName
{
color: #066E1A;
}
.AnyTagClassName
{
color: #066E1A;
}
</style>
background-color css
<style>
a { background-color: #066E1A; }
a { background-color: rgb(6,110,26); }
div.DivClassName
{
background-color: #066E1A;
}
.BgClassName
{
background-color: #066E1A;
}
</style>
border-color css
<style>
span { border-color: #066E1A; }
span { border-color: rgb(6,110,26); }
td.TdClassName
{
border-color: #066E1A;
}
.TagClassName
{
border-color: #066E1A;
}
</style>