Shades of Myrtle #064301
Tints of Myrtle #064301
RGB
CMYK
RGB Variations
Color information
#064301 (or 0x064301) is known color: Myrtle. HEX triplet: 06, 43 and 01. RGB value is (6,67,1). Sum of RGB (Red+Green+Blue) = 6+67+1=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 67 (26.56% from 255 or 90.54% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 67 - color contains mainly: green. Hex color #064301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064301 is #F9BCFE. Grayscale: #292929. Windows color (decimal): -16366847 or 82694. OLE color: 82694.
HSL color Cylindrical-coordinate representation of color #064301: hue angle of 115.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #064301 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.74 |
| HSL | 115.45º | 0.97% | 0.13% | - |
| HSV(B) | 115.45º | 0.99% | 0.26% | - |
| XYZ | 2.09 | 4.06 | 0.7 | - |
| YUV | 41.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 1 | 0.91 | 0 | 0.99 | 0.74 | 115.45 | 0.97 | 0.13 |
| Hex | 6 | 43 | 1 | 5B | 0 | 63 | 4A | 73 | 61 | D |
| Octal | 6 | 103 | 1 | 133 | 0 | 143 | 112 | 163 | 141 | 15 |
| Binary | 110 | 1000011 | 1 | 1011011 | 0 | 1100011 | 1001010 | 1110011 | 1100001 | 1101 |
Color Harmonies of #064301
Complementary color
Monochromatic Colors of #064301
Black with #064301
Text Example
Text Example
White with #064301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064301; }
p { color: rgb(6,67,1); }
H1.HeaderClassName
{
color: #064301;
}
.AnyTagClassName
{
color: #064301;
}
</style>
background-color css
<style>
a { background-color: #064301; }
a { background-color: rgb(6,67,1); }
div.DivClassName
{
background-color: #064301;
}
.BgClassName
{
background-color: #064301;
}
</style>
border-color css
<style>
span { border-color: #064301; }
span { border-color: rgb(6,67,1); }
td.TdClassName
{
border-color: #064301;
}
.TagClassName
{
border-color: #064301;
}
</style>