Shades of Green #066C0D
Tints of Green #066C0D
RGB
CMYK
RGB Variations
Color information
#066C0D (or 0x066C0D) is known color: Green. HEX triplet: 06, 6C and 0D. RGB value is (6,108,13). Sum of RGB (Red+Green+Blue) = 6+108+13=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #066C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C0D is #F993F2. Grayscale: #424242. Windows color (decimal): -16356339 or 879622. OLE color: 879622.
HSL color Cylindrical-coordinate representation of color #066C0D: hue angle of 124.12º 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 #066C0D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 108 | 13 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.58 |
| HSL | 124.12º | 0.89% | 0.22% | - |
| HSV(B) | 124.12º | 0.94% | 0.42% | - |
| XYZ | 5.51 | 10.79 | 2.17 | - |
| YUV | 66.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 13 | 0.94 | 0 | 0.88 | 0.58 | 124.12 | 0.89 | 0.22 |
| Hex | 6 | 6C | D | 5E | 0 | 58 | 3A | 7C | 59 | 16 |
| Octal | 6 | 154 | 15 | 136 | 0 | 130 | 72 | 174 | 131 | 26 |
| Binary | 110 | 1101100 | 1101 | 1011110 | 0 | 1011000 | 111010 | 1111100 | 1011001 | 10110 |
Color Harmonies of #066C0D
Complementary color
Monochromatic Colors of #066C0D
Black with #066C0D
Text Example
Text Example
White with #066C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C0D; }
p { color: rgb(6,108,13); }
H1.HeaderClassName
{
color: #066C0D;
}
.AnyTagClassName
{
color: #066C0D;
}
</style>
background-color css
<style>
a { background-color: #066C0D; }
a { background-color: rgb(6,108,13); }
div.DivClassName
{
background-color: #066C0D;
}
.BgClassName
{
background-color: #066C0D;
}
</style>
border-color css
<style>
span { border-color: #066C0D; }
span { border-color: rgb(6,108,13); }
td.TdClassName
{
border-color: #066C0D;
}
.TagClassName
{
border-color: #066C0D;
}
</style>