Shades of Myrtle #095505
Tints of Myrtle #095505
RGB
CMYK
RGB Variations
Color information
#095505 (or 0x095505) is known color: Myrtle. HEX triplet: 09, 55 and 05. RGB value is (9,85,5). Sum of RGB (Red+Green+Blue) = 9+85+5=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 85 (33.59% from 255 or 85.86% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 85 - color contains mainly: green. Hex color #095505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095505 is #F6AAFA. Grayscale: #353535. Windows color (decimal): -16165627 or 349449. OLE color: 349449.
HSL color Cylindrical-coordinate representation of color #095505: hue angle of 117º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095505 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 85 | 5 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.67 |
| HSL | 117º | 0.89% | 0.18% | - |
| HSV(B) | 117º | 0.94% | 0.33% | - |
| XYZ | 3.39 | 6.57 | 1.23 | - |
| YUV | 53.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 5 | 0.89 | 0 | 0.94 | 0.67 | 117 | 0.89 | 0.18 |
| Hex | 9 | 55 | 5 | 59 | 0 | 5E | 43 | 75 | 59 | 12 |
| Octal | 11 | 125 | 5 | 131 | 0 | 136 | 103 | 165 | 131 | 22 |
| Binary | 1001 | 1010101 | 101 | 1011001 | 0 | 1011110 | 1000011 | 1110101 | 1011001 | 10010 |
Color Harmonies of #095505
Complementary color
Monochromatic Colors of #095505
Black with #095505
Text Example
Text Example
White with #095505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095505; }
p { color: rgb(9,85,5); }
H1.HeaderClassName
{
color: #095505;
}
.AnyTagClassName
{
color: #095505;
}
</style>
background-color css
<style>
a { background-color: #095505; }
a { background-color: rgb(9,85,5); }
div.DivClassName
{
background-color: #095505;
}
.BgClassName
{
background-color: #095505;
}
</style>
border-color css
<style>
span { border-color: #095505; }
span { border-color: rgb(9,85,5); }
td.TdClassName
{
border-color: #095505;
}
.TagClassName
{
border-color: #095505;
}
</style>