Shades of Myrtle #065205
Tints of Myrtle #065205
RGB
CMYK
RGB Variations
Color information
#065205 (or 0x065205) is known color: Myrtle. HEX triplet: 06, 52 and 05. RGB value is (6,82,5). Sum of RGB (Red+Green+Blue) = 6+82+5=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 82 (32.42% from 255 or 88.17% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 82 - color contains mainly: green. Hex color #065205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065205 is #F9ADFA. Grayscale: #323232. Windows color (decimal): -16363003 or 348678. OLE color: 348678.
HSL color Cylindrical-coordinate representation of color #065205: hue angle of 119.22º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065205 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 5 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.68 |
| HSL | 119.22º | 0.89% | 0.17% | - |
| HSV(B) | 119.22º | 0.94% | 0.32% | - |
| XYZ | 3.12 | 6.08 | 1.15 | - |
| YUV | 50.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 5 | 0.93 | 0 | 0.94 | 0.68 | 119.22 | 0.89 | 0.17 |
| Hex | 6 | 52 | 5 | 5D | 0 | 5E | 44 | 77 | 59 | 11 |
| Octal | 6 | 122 | 5 | 135 | 0 | 136 | 104 | 167 | 131 | 21 |
| Binary | 110 | 1010010 | 101 | 1011101 | 0 | 1011110 | 1000100 | 1110111 | 1011001 | 10001 |
Color Harmonies of #065205
Complementary color
Monochromatic Colors of #065205
Black with #065205
Text Example
Text Example
White with #065205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065205; }
p { color: rgb(6,82,5); }
H1.HeaderClassName
{
color: #065205;
}
.AnyTagClassName
{
color: #065205;
}
</style>
background-color css
<style>
a { background-color: #065205; }
a { background-color: rgb(6,82,5); }
div.DivClassName
{
background-color: #065205;
}
.BgClassName
{
background-color: #065205;
}
</style>
border-color css
<style>
span { border-color: #065205; }
span { border-color: rgb(6,82,5); }
td.TdClassName
{
border-color: #065205;
}
.TagClassName
{
border-color: #065205;
}
</style>