Shades of Green #066805
Tints of Green #066805
RGB
CMYK
RGB Variations
Color information
#066805 (or 0x066805) is known color: Green. HEX triplet: 06, 68 and 05. RGB value is (6,104,5). Sum of RGB (Red+Green+Blue) = 6+104+5=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 104 (41.02% from 255 or 90.43% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 104 - color contains mainly: green. Hex color #066805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066805 is #F997FA. Grayscale: #3F3F3F. Windows color (decimal): -16357371 or 354310. OLE color: 354310.
HSL color Cylindrical-coordinate representation of color #066805: hue angle of 119.39º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066805 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 5 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.59 |
| HSL | 119.39º | 0.91% | 0.21% | - |
| HSV(B) | 119.39º | 0.95% | 0.41% | - |
| XYZ | 5.05 | 9.95 | 1.8 | - |
| YUV | 63.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 5 | 0.94 | 0 | 0.95 | 0.59 | 119.39 | 0.91 | 0.21 |
| Hex | 6 | 68 | 5 | 5E | 0 | 5F | 3B | 77 | 5B | 15 |
| Octal | 6 | 150 | 5 | 136 | 0 | 137 | 73 | 167 | 133 | 25 |
| Binary | 110 | 1101000 | 101 | 1011110 | 0 | 1011111 | 111011 | 1110111 | 1011011 | 10101 |
Color Harmonies of #066805
Complementary color
Monochromatic Colors of #066805
Black with #066805
Text Example
Text Example
White with #066805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066805; }
p { color: rgb(6,104,5); }
H1.HeaderClassName
{
color: #066805;
}
.AnyTagClassName
{
color: #066805;
}
</style>
background-color css
<style>
a { background-color: #066805; }
a { background-color: rgb(6,104,5); }
div.DivClassName
{
background-color: #066805;
}
.BgClassName
{
background-color: #066805;
}
</style>
border-color css
<style>
span { border-color: #066805; }
span { border-color: rgb(6,104,5); }
td.TdClassName
{
border-color: #066805;
}
.TagClassName
{
border-color: #066805;
}
</style>