Shades of Myrtle #065408
Tints of Myrtle #065408
RGB
CMYK
RGB Variations
Color information
#065408 (or 0x065408) is known color: Myrtle. HEX triplet: 06, 54 and 08. RGB value is (6,84,8). Sum of RGB (Red+Green+Blue) = 6+84+8=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 84 (33.20% from 255 or 85.71% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 84 - color contains mainly: green. Hex color #065408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065408 is #F9ABF7. Grayscale: #343434. Windows color (decimal): -16362488 or 545798. OLE color: 545798.
HSL color Cylindrical-coordinate representation of color #065408: hue angle of 121.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065408 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 84 | 8 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.67 |
| HSL | 121.54º | 0.87% | 0.18% | - |
| HSV(B) | 121.54º | 0.93% | 0.33% | - |
| XYZ | 3.29 | 6.4 | 1.29 | - |
| YUV | 52.01 | 103.16 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 84 | 8 | 0.93 | 0 | 0.90 | 0.67 | 121.54 | 0.87 | 0.18 |
| Hex | 6 | 54 | 8 | 5D | 0 | 5A | 43 | 7A | 57 | 12 |
| Octal | 6 | 124 | 10 | 135 | 0 | 132 | 103 | 172 | 127 | 22 |
| Binary | 110 | 1010100 | 1000 | 1011101 | 0 | 1011010 | 1000011 | 1111010 | 1010111 | 10010 |
Color Harmonies of #065408
Complementary color
Monochromatic Colors of #065408
Black with #065408
Text Example
Text Example
White with #065408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065408; }
p { color: rgb(6,84,8); }
H1.HeaderClassName
{
color: #065408;
}
.AnyTagClassName
{
color: #065408;
}
</style>
background-color css
<style>
a { background-color: #065408; }
a { background-color: rgb(6,84,8); }
div.DivClassName
{
background-color: #065408;
}
.BgClassName
{
background-color: #065408;
}
</style>
border-color css
<style>
span { border-color: #065408; }
span { border-color: rgb(6,84,8); }
td.TdClassName
{
border-color: #065408;
}
.TagClassName
{
border-color: #065408;
}
</style>