Shades of Myrtle #065111
Tints of Myrtle #065111
RGB
CMYK
RGB Variations
Color information
#065111 (or 0x065111) is known color: Myrtle. HEX triplet: 06, 51 and 11. RGB value is (6,81,17). Sum of RGB (Red+Green+Blue) = 6+81+17=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #065111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065111 is #F9AEEE. Grayscale: #333333. Windows color (decimal): -16363247 or 1134854. OLE color: 1134854.
HSL color Cylindrical-coordinate representation of color #065111: hue angle of 128.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065111 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 17 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.68 |
| HSL | 128.8º | 0.86% | 0.17% | - |
| HSV(B) | 128.8º | 0.93% | 0.32% | - |
| XYZ | 3.12 | 5.96 | 1.52 | - |
| YUV | 51.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 17 | 0.93 | 0 | 0.79 | 0.68 | 128.8 | 0.86 | 0.17 |
| Hex | 6 | 51 | 11 | 5D | 0 | 4F | 44 | 81 | 56 | 11 |
| Octal | 6 | 121 | 21 | 135 | 0 | 117 | 104 | 201 | 126 | 21 |
| Binary | 110 | 1010001 | 10001 | 1011101 | 0 | 1001111 | 1000100 | 10000001 | 1010110 | 10001 |
Color Harmonies of #065111
Complementary color
Monochromatic Colors of #065111
Black with #065111
Text Example
Text Example
White with #065111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065111; }
p { color: rgb(6,81,17); }
H1.HeaderClassName
{
color: #065111;
}
.AnyTagClassName
{
color: #065111;
}
</style>
background-color css
<style>
a { background-color: #065111; }
a { background-color: rgb(6,81,17); }
div.DivClassName
{
background-color: #065111;
}
.BgClassName
{
background-color: #065111;
}
</style>
border-color css
<style>
span { border-color: #065111; }
span { border-color: rgb(6,81,17); }
td.TdClassName
{
border-color: #065111;
}
.TagClassName
{
border-color: #065111;
}
</style>