Shades of Myrtle #064B0F
Tints of Myrtle #064B0F
RGB
CMYK
RGB Variations
Color information
#064B0F (or 0x064B0F) is known color: Myrtle. HEX triplet: 06, 4B and 0F. RGB value is (6,75,15). Sum of RGB (Red+Green+Blue) = 6+75+15=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 75 (29.69% from 255 or 78.12% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 75 - color contains mainly: green. Hex color #064B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B0F is #F9B4F0. Grayscale: #2F2F2F. Windows color (decimal): -16364785 or 1002246. OLE color: 1002246.
HSL color Cylindrical-coordinate representation of color #064B0F: hue angle of 127.83º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B0F is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 15 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.71 |
| HSL | 127.83º | 0.85% | 0.16% | - |
| HSV(B) | 127.83º | 0.92% | 0.29% | - |
| XYZ | 2.68 | 5.11 | 1.3 | - |
| YUV | 47.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 15 | 0.92 | 0 | 0.80 | 0.71 | 127.83 | 0.85 | 0.16 |
| Hex | 6 | 4B | F | 5C | 0 | 50 | 47 | 80 | 55 | 10 |
| Octal | 6 | 113 | 17 | 134 | 0 | 120 | 107 | 200 | 125 | 20 |
| Binary | 110 | 1001011 | 1111 | 1011100 | 0 | 1010000 | 1000111 | 10000000 | 1010101 | 10000 |
Color Harmonies of #064B0F
Complementary color
Monochromatic Colors of #064B0F
Black with #064B0F
Text Example
Text Example
White with #064B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B0F; }
p { color: rgb(6,75,15); }
H1.HeaderClassName
{
color: #064B0F;
}
.AnyTagClassName
{
color: #064B0F;
}
</style>
background-color css
<style>
a { background-color: #064B0F; }
a { background-color: rgb(6,75,15); }
div.DivClassName
{
background-color: #064B0F;
}
.BgClassName
{
background-color: #064B0F;
}
</style>
border-color css
<style>
span { border-color: #064B0F; }
span { border-color: rgb(6,75,15); }
td.TdClassName
{
border-color: #064B0F;
}
.TagClassName
{
border-color: #064B0F;
}
</style>