Shades of Myrtle #064008
Tints of Myrtle #064008
RGB
CMYK
RGB Variations
Color information
#064008 (or 0x064008) is known color: Myrtle. HEX triplet: 06, 40 and 08. RGB value is (6,64,8). Sum of RGB (Red+Green+Blue) = 6+64+8=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #064008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064008 is #F9BFF7. Grayscale: #282828. Windows color (decimal): -16367608 or 540678. OLE color: 540678.
HSL color Cylindrical-coordinate representation of color #064008: hue angle of 122.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064008 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 64 | 8 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.75 |
| HSL | 122.07º | 0.83% | 0.14% | - |
| HSV(B) | 122.07º | 0.91% | 0.25% | - |
| XYZ | 1.95 | 3.72 | 0.85 | - |
| YUV | 40.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 64 | 8 | 0.91 | 0 | 0.87 | 0.75 | 122.07 | 0.83 | 0.14 |
| Hex | 6 | 40 | 8 | 5B | 0 | 57 | 4B | 7A | 53 | E |
| Octal | 6 | 100 | 10 | 133 | 0 | 127 | 113 | 172 | 123 | 16 |
| Binary | 110 | 1000000 | 1000 | 1011011 | 0 | 1010111 | 1001011 | 1111010 | 1010011 | 1110 |
Color Harmonies of #064008
Complementary color
Monochromatic Colors of #064008
Black with #064008
Text Example
Text Example
White with #064008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064008; }
p { color: rgb(6,64,8); }
H1.HeaderClassName
{
color: #064008;
}
.AnyTagClassName
{
color: #064008;
}
</style>
background-color css
<style>
a { background-color: #064008; }
a { background-color: rgb(6,64,8); }
div.DivClassName
{
background-color: #064008;
}
.BgClassName
{
background-color: #064008;
}
</style>
border-color css
<style>
span { border-color: #064008; }
span { border-color: rgb(6,64,8); }
td.TdClassName
{
border-color: #064008;
}
.TagClassName
{
border-color: #064008;
}
</style>