Shades of Myrtle #065011
Tints of Myrtle #065011
RGB
CMYK
RGB Variations
Color information
#065011 (or 0x065011) is known color: Myrtle. HEX triplet: 06, 50 and 11. RGB value is (6,80,17). Sum of RGB (Red+Green+Blue) = 6+80+17=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #065011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065011 is #F9AFEE. Grayscale: #323232. Windows color (decimal): -16363503 or 1134598. OLE color: 1134598.
HSL color Cylindrical-coordinate representation of color #065011: hue angle of 128.92º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065011 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 17 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.69 |
| HSL | 128.92º | 0.86% | 0.17% | - |
| HSV(B) | 128.92º | 0.93% | 0.31% | - |
| XYZ | 3.04 | 5.82 | 1.49 | - |
| YUV | 50.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 17 | 0.92 | 0 | 0.79 | 0.69 | 128.92 | 0.86 | 0.17 |
| Hex | 6 | 50 | 11 | 5C | 0 | 4F | 45 | 81 | 56 | 11 |
| Octal | 6 | 120 | 21 | 134 | 0 | 117 | 105 | 201 | 126 | 21 |
| Binary | 110 | 1010000 | 10001 | 1011100 | 0 | 1001111 | 1000101 | 10000001 | 1010110 | 10001 |
Color Harmonies of #065011
Complementary color
Monochromatic Colors of #065011
Black with #065011
Text Example
Text Example
White with #065011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065011; }
p { color: rgb(6,80,17); }
H1.HeaderClassName
{
color: #065011;
}
.AnyTagClassName
{
color: #065011;
}
</style>
background-color css
<style>
a { background-color: #065011; }
a { background-color: rgb(6,80,17); }
div.DivClassName
{
background-color: #065011;
}
.BgClassName
{
background-color: #065011;
}
</style>
border-color css
<style>
span { border-color: #065011; }
span { border-color: rgb(6,80,17); }
td.TdClassName
{
border-color: #065011;
}
.TagClassName
{
border-color: #065011;
}
</style>