Shades of Green #066D00
Tints of Green #066D00
RGB
CMYK
RGB Variations
Color information
#066D00 (or 0x066D00) is known color: Green. HEX triplet: 06, 6D and 00. RGB value is (6,109,0). Sum of RGB (Red+Green+Blue) = 6+109+0=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 109 (42.97% from 255 or 94.78% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 109 - color contains mainly: green. Hex color #066D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066D00 is #F992FF. Grayscale: #424242. Windows color (decimal): -16356096 or 27910. OLE color: 27910.
HSL color Cylindrical-coordinate representation of color #066D00: hue angle of 116.7º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #066D00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.57 |
| HSL | 116.7º | 1% | 0.21% | - |
| HSV(B) | 116.7º | 1% | 0.43% | - |
| XYZ | 5.54 | 10.98 | 1.83 | - |
| YUV | 65.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 0 | 0.94 | 0 | 1 | 0.57 | 116.7 | 1 | 0.21 |
| Hex | 6 | 6D | 0 | 5E | 0 | 64 | 39 | 75 | 64 | 15 |
| Octal | 6 | 155 | 0 | 136 | 0 | 144 | 71 | 165 | 144 | 25 |
| Binary | 110 | 1101101 | 0 | 1011110 | 0 | 1100100 | 111001 | 1110101 | 1100100 | 10101 |
Color Harmonies of #066D00
Complementary color
Monochromatic Colors of #066D00
Black with #066D00
Text Example
Text Example
White with #066D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D00; }
p { color: rgb(6,109,0); }
H1.HeaderClassName
{
color: #066D00;
}
.AnyTagClassName
{
color: #066D00;
}
</style>
background-color css
<style>
a { background-color: #066D00; }
a { background-color: rgb(6,109,0); }
div.DivClassName
{
background-color: #066D00;
}
.BgClassName
{
background-color: #066D00;
}
</style>
border-color css
<style>
span { border-color: #066D00; }
span { border-color: rgb(6,109,0); }
td.TdClassName
{
border-color: #066D00;
}
.TagClassName
{
border-color: #066D00;
}
</style>