Shades of Myrtle #064B00
Tints of Myrtle #064B00
RGB
CMYK
RGB Variations
Color information
#064B00 (or 0x064B00) is known color: Myrtle. HEX triplet: 06, 4B and 00. RGB value is (6,75,0). Sum of RGB (Red+Green+Blue) = 6+75+0=81 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.41% from 81); Green value is 75 (29.69% from 255 or 92.59% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 75 - color contains mainly: green. Hex color #064B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B00 is #F9B4FF. Grayscale: #2E2E2E. Windows color (decimal): -16364800 or 19206. OLE color: 19206.
HSL color Cylindrical-coordinate representation of color #064B00: hue angle of 115.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #064B00 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.71 |
| HSL | 115.2º | 1% | 0.15% | - |
| HSV(B) | 115.2º | 1% | 0.29% | - |
| XYZ | 2.59 | 5.07 | 0.84 | - |
| YUV | 45.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 0 | 0.92 | 0 | 1 | 0.71 | 115.2 | 1 | 0.15 |
| Hex | 6 | 4B | 0 | 5C | 0 | 64 | 47 | 73 | 64 | F |
| Octal | 6 | 113 | 0 | 134 | 0 | 144 | 107 | 163 | 144 | 17 |
| Binary | 110 | 1001011 | 0 | 1011100 | 0 | 1100100 | 1000111 | 1110011 | 1100100 | 1111 |
Color Harmonies of #064B00
Complementary color
Monochromatic Colors of #064B00
Black with #064B00
Text Example
Text Example
White with #064B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B00; }
p { color: rgb(6,75,0); }
H1.HeaderClassName
{
color: #064B00;
}
.AnyTagClassName
{
color: #064B00;
}
</style>
background-color css
<style>
a { background-color: #064B00; }
a { background-color: rgb(6,75,0); }
div.DivClassName
{
background-color: #064B00;
}
.BgClassName
{
background-color: #064B00;
}
</style>
border-color css
<style>
span { border-color: #064B00; }
span { border-color: rgb(6,75,0); }
td.TdClassName
{
border-color: #064B00;
}
.TagClassName
{
border-color: #064B00;
}
</style>