Shades of Green #066D03
Tints of Green #066D03
RGB
CMYK
RGB Variations
Color information
#066D03 (or 0x066D03) is known color: Green. HEX triplet: 06, 6D and 03. RGB value is (6,109,3). Sum of RGB (Red+Green+Blue) = 6+109+3=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 109 (42.97% from 255 or 92.37% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 109 - color contains mainly: green. Hex color #066D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066D03 is #F992FC. Grayscale: #424242. Windows color (decimal): -16356093 or 224518. OLE color: 224518.
HSL color Cylindrical-coordinate representation of color #066D03: hue angle of 118.3º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066D03 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 3 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.57 |
| HSL | 118.3º | 0.95% | 0.22% | - |
| HSV(B) | 118.3º | 0.97% | 0.43% | - |
| XYZ | 5.56 | 10.98 | 1.91 | - |
| YUV | 66.12 | 92.38 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 3 | 0.94 | 0 | 0.97 | 0.57 | 118.3 | 0.95 | 0.22 |
| Hex | 6 | 6D | 3 | 5E | 0 | 61 | 39 | 76 | 5F | 16 |
| Octal | 6 | 155 | 3 | 136 | 0 | 141 | 71 | 166 | 137 | 26 |
| Binary | 110 | 1101101 | 11 | 1011110 | 0 | 1100001 | 111001 | 1110110 | 1011111 | 10110 |
Color Harmonies of #066D03
Complementary color
Monochromatic Colors of #066D03
Black with #066D03
Text Example
Text Example
White with #066D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D03; }
p { color: rgb(6,109,3); }
H1.HeaderClassName
{
color: #066D03;
}
.AnyTagClassName
{
color: #066D03;
}
</style>
background-color css
<style>
a { background-color: #066D03; }
a { background-color: rgb(6,109,3); }
div.DivClassName
{
background-color: #066D03;
}
.BgClassName
{
background-color: #066D03;
}
</style>
border-color css
<style>
span { border-color: #066D03; }
span { border-color: rgb(6,109,3); }
td.TdClassName
{
border-color: #066D03;
}
.TagClassName
{
border-color: #066D03;
}
</style>