Shades of Myrtle #0F5509
Tints of Myrtle #0F5509
RGB
CMYK
RGB Variations
Color information
#0F5509 (or 0x0F5509) is known color: Myrtle. HEX triplet: 0F, 55 and 09. RGB value is (15,85,9). Sum of RGB (Red+Green+Blue) = 15+85+9=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5509 is #F0AAF6. Grayscale: #373737. Windows color (decimal): -15772407 or 611599. OLE color: 611599.
HSL color Cylindrical-coordinate representation of color #0F5509: hue angle of 115.26º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F5509 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 9 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.67 |
| HSL | 115.26º | 0.81% | 0.18% | - |
| HSV(B) | 115.26º | 0.89% | 0.33% | - |
| XYZ | 3.49 | 6.62 | 1.35 | - |
| YUV | 55.41 | 101.81 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 9 | 0.82 | 0 | 0.89 | 0.67 | 115.26 | 0.81 | 0.18 |
| Hex | F | 55 | 9 | 52 | 0 | 59 | 43 | 73 | 51 | 12 |
| Octal | 17 | 125 | 11 | 122 | 0 | 131 | 103 | 163 | 121 | 22 |
| Binary | 1111 | 1010101 | 1001 | 1010010 | 0 | 1011001 | 1000011 | 1110011 | 1010001 | 10010 |
Color Harmonies of #0F5509
Complementary color
Monochromatic Colors of #0F5509
Black with #0F5509
Text Example
Text Example
White with #0F5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5509; }
p { color: rgb(15,85,9); }
H1.HeaderClassName
{
color: #0F5509;
}
.AnyTagClassName
{
color: #0F5509;
}
</style>
background-color css
<style>
a { background-color: #0F5509; }
a { background-color: rgb(15,85,9); }
div.DivClassName
{
background-color: #0F5509;
}
.BgClassName
{
background-color: #0F5509;
}
</style>
border-color css
<style>
span { border-color: #0F5509; }
span { border-color: rgb(15,85,9); }
td.TdClassName
{
border-color: #0F5509;
}
.TagClassName
{
border-color: #0F5509;
}
</style>