Shades of Green #066A0D
Tints of Green #066A0D
RGB
CMYK
RGB Variations
Color information
#066A0D (or 0x066A0D) is known color: Green. HEX triplet: 06, 6A and 0D. RGB value is (6,106,13). Sum of RGB (Red+Green+Blue) = 6+106+13=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 106 (41.80% from 255 or 84.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 106 - color contains mainly: green. Hex color #066A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066A0D is #F995F2. Grayscale: #414141. Windows color (decimal): -16356851 or 879110. OLE color: 879110.
HSL color Cylindrical-coordinate representation of color #066A0D: hue angle of 124.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066A0D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 106 | 13 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.58 |
| HSL | 124.2º | 0.89% | 0.22% | - |
| HSV(B) | 124.2º | 0.94% | 0.42% | - |
| XYZ | 5.3 | 10.38 | 2.1 | - |
| YUV | 65.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 13 | 0.94 | 0 | 0.88 | 0.58 | 124.2 | 0.89 | 0.22 |
| Hex | 6 | 6A | D | 5E | 0 | 58 | 3A | 7C | 59 | 16 |
| Octal | 6 | 152 | 15 | 136 | 0 | 130 | 72 | 174 | 131 | 26 |
| Binary | 110 | 1101010 | 1101 | 1011110 | 0 | 1011000 | 111010 | 1111100 | 1011001 | 10110 |
Color Harmonies of #066A0D
Complementary color
Monochromatic Colors of #066A0D
Black with #066A0D
Text Example
Text Example
White with #066A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066A0D; }
p { color: rgb(6,106,13); }
H1.HeaderClassName
{
color: #066A0D;
}
.AnyTagClassName
{
color: #066A0D;
}
</style>
background-color css
<style>
a { background-color: #066A0D; }
a { background-color: rgb(6,106,13); }
div.DivClassName
{
background-color: #066A0D;
}
.BgClassName
{
background-color: #066A0D;
}
</style>
border-color css
<style>
span { border-color: #066A0D; }
span { border-color: rgb(6,106,13); }
td.TdClassName
{
border-color: #066A0D;
}
.TagClassName
{
border-color: #066A0D;
}
</style>