Shades of Myrtle #065104
Tints of Myrtle #065104
RGB
CMYK
RGB Variations
Color information
#065104 (or 0x065104) is known color: Myrtle. HEX triplet: 06, 51 and 04. RGB value is (6,81,4). Sum of RGB (Red+Green+Blue) = 6+81+4=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 81 (32.03% from 255 or 89.01% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 81 - color contains mainly: green. Hex color #065104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065104 is #F9AEFB. Grayscale: #323232. Windows color (decimal): -16363260 or 282886. OLE color: 282886.
HSL color Cylindrical-coordinate representation of color #065104: hue angle of 118.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065104 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 4 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.68 |
| HSL | 118.44º | 0.91% | 0.17% | - |
| HSV(B) | 118.44º | 0.95% | 0.32% | - |
| XYZ | 3.04 | 5.93 | 1.1 | - |
| YUV | 49.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 4 | 0.93 | 0 | 0.95 | 0.68 | 118.44 | 0.91 | 0.17 |
| Hex | 6 | 51 | 4 | 5D | 0 | 5F | 44 | 76 | 5B | 11 |
| Octal | 6 | 121 | 4 | 135 | 0 | 137 | 104 | 166 | 133 | 21 |
| Binary | 110 | 1010001 | 100 | 1011101 | 0 | 1011111 | 1000100 | 1110110 | 1011011 | 10001 |
Color Harmonies of #065104
Complementary color
Monochromatic Colors of #065104
Black with #065104
Text Example
Text Example
White with #065104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065104; }
p { color: rgb(6,81,4); }
H1.HeaderClassName
{
color: #065104;
}
.AnyTagClassName
{
color: #065104;
}
</style>
background-color css
<style>
a { background-color: #065104; }
a { background-color: rgb(6,81,4); }
div.DivClassName
{
background-color: #065104;
}
.BgClassName
{
background-color: #065104;
}
</style>
border-color css
<style>
span { border-color: #065104; }
span { border-color: rgb(6,81,4); }
td.TdClassName
{
border-color: #065104;
}
.TagClassName
{
border-color: #065104;
}
</style>