Shades of Myrtle #064108
Tints of Myrtle #064108
RGB
CMYK
RGB Variations
Color information
#064108 (or 0x064108) is known color: Myrtle. HEX triplet: 06, 41 and 08. RGB value is (6,65,8). Sum of RGB (Red+Green+Blue) = 6+65+8=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 65 (25.78% from 255 or 82.28% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 65 - color contains mainly: green. Hex color #064108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064108 is #F9BEF7. Grayscale: #292929. Windows color (decimal): -16367352 or 540934. OLE color: 540934.
HSL color Cylindrical-coordinate representation of color #064108: hue angle of 122.03º 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 #064108 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 8 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.75 |
| HSL | 122.03º | 0.83% | 0.14% | - |
| HSV(B) | 122.03º | 0.91% | 0.25% | - |
| XYZ | 2.01 | 3.84 | 0.86 | - |
| YUV | 40.86 | 109.45 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 8 | 0.91 | 0 | 0.88 | 0.75 | 122.03 | 0.83 | 0.14 |
| Hex | 6 | 41 | 8 | 5B | 0 | 58 | 4B | 7A | 53 | E |
| Octal | 6 | 101 | 10 | 133 | 0 | 130 | 113 | 172 | 123 | 16 |
| Binary | 110 | 1000001 | 1000 | 1011011 | 0 | 1011000 | 1001011 | 1111010 | 1010011 | 1110 |
Color Harmonies of #064108
Complementary color
Monochromatic Colors of #064108
Black with #064108
Text Example
Text Example
White with #064108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064108; }
p { color: rgb(6,65,8); }
H1.HeaderClassName
{
color: #064108;
}
.AnyTagClassName
{
color: #064108;
}
</style>
background-color css
<style>
a { background-color: #064108; }
a { background-color: rgb(6,65,8); }
div.DivClassName
{
background-color: #064108;
}
.BgClassName
{
background-color: #064108;
}
</style>
border-color css
<style>
span { border-color: #064108; }
span { border-color: rgb(6,65,8); }
td.TdClassName
{
border-color: #064108;
}
.TagClassName
{
border-color: #064108;
}
</style>