Shades of Green #066105
Tints of Green #066105
RGB
CMYK
RGB Variations
Color information
#066105 (or 0x066105) is known color: Green. HEX triplet: 06, 61 and 05. RGB value is (6,97,5). Sum of RGB (Red+Green+Blue) = 6+97+5=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 97 (38.28% from 255 or 89.81% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 97 - color contains mainly: green. Hex color #066105 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066105 is #F99EFA. Grayscale: #3B3B3B. Windows color (decimal): -16359163 or 352518. OLE color: 352518.
HSL color Cylindrical-coordinate representation of color #066105: hue angle of 119.35º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066105 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 5 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.62 |
| HSL | 119.35º | 0.9% | 0.2% | - |
| HSV(B) | 119.35º | 0.95% | 0.38% | - |
| XYZ | 4.38 | 8.6 | 1.57 | - |
| YUV | 59.3 | 97.35 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 5 | 0.94 | 0 | 0.95 | 0.62 | 119.35 | 0.9 | 0.2 |
| Hex | 6 | 61 | 5 | 5E | 0 | 5F | 3E | 77 | 5A | 14 |
| Octal | 6 | 141 | 5 | 136 | 0 | 137 | 76 | 167 | 132 | 24 |
| Binary | 110 | 1100001 | 101 | 1011110 | 0 | 1011111 | 111110 | 1110111 | 1011010 | 10100 |
Color Harmonies of #066105
Complementary color
Monochromatic Colors of #066105
Black with #066105
Text Example
Text Example
White with #066105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066105; }
p { color: rgb(6,97,5); }
H1.HeaderClassName
{
color: #066105;
}
.AnyTagClassName
{
color: #066105;
}
</style>
background-color css
<style>
a { background-color: #066105; }
a { background-color: rgb(6,97,5); }
div.DivClassName
{
background-color: #066105;
}
.BgClassName
{
background-color: #066105;
}
</style>
border-color css
<style>
span { border-color: #066105; }
span { border-color: rgb(6,97,5); }
td.TdClassName
{
border-color: #066105;
}
.TagClassName
{
border-color: #066105;
}
</style>