Shades of Myrtle #065508
Tints of Myrtle #065508
RGB
CMYK
RGB Variations
Color information
#065508 (or 0x065508) is known color: Myrtle. HEX triplet: 06, 55 and 08. RGB value is (6,85,8). Sum of RGB (Red+Green+Blue) = 6+85+8=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 85 (33.59% from 255 or 85.86% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 85 - color contains mainly: green. Hex color #065508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065508 is #F9AAF7. Grayscale: #343434. Windows color (decimal): -16362232 or 546054. OLE color: 546054.
HSL color Cylindrical-coordinate representation of color #065508: hue angle of 121.52º 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 #065508 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 6 | 85 | 8 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.67 |
| HSL | 121.52º | 0.87% | 0.18% | - |
| HSV(B) | 121.52º | 0.93% | 0.33% | - |
| XYZ | 3.37 | 6.55 | 1.32 | - |
| YUV | 52.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 85 | 8 | 0.93 | 0 | 0.91 | 0.67 | 121.52 | 0.87 | 0.18 |
| Hex | 6 | 55 | 8 | 5D | 0 | 5B | 43 | 7A | 57 | 12 |
| Octal | 6 | 125 | 10 | 135 | 0 | 133 | 103 | 172 | 127 | 22 |
| Binary | 110 | 1010101 | 1000 | 1011101 | 0 | 1011011 | 1000011 | 1111010 | 1010111 | 10010 |
Color Harmonies of #065508
Complementary color
Monochromatic Colors of #065508
Black with #065508
Text Example
Text Example
White with #065508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065508; }
p { color: rgb(6,85,8); }
H1.HeaderClassName
{
color: #065508;
}
.AnyTagClassName
{
color: #065508;
}
</style>
background-color css
<style>
a { background-color: #065508; }
a { background-color: rgb(6,85,8); }
div.DivClassName
{
background-color: #065508;
}
.BgClassName
{
background-color: #065508;
}
</style>
border-color css
<style>
span { border-color: #065508; }
span { border-color: rgb(6,85,8); }
td.TdClassName
{
border-color: #065508;
}
.TagClassName
{
border-color: #065508;
}
</style>