Shades of Myrtle #0F5806
Tints of Myrtle #0F5806
RGB
CMYK
RGB Variations
Color information
#0F5806 (or 0x0F5806) is known color: Myrtle. HEX triplet: 0F, 58 and 06. RGB value is (15,88,6). Sum of RGB (Red+Green+Blue) = 15+88+6=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #0F5806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5806 is #F0A7F9. Grayscale: #393939. Windows color (decimal): -15771642 or 415759. OLE color: 415759.
HSL color Cylindrical-coordinate representation of color #0F5806: hue angle of 113.41º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F5806 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 6 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.65 |
| HSL | 113.41º | 0.87% | 0.18% | - |
| HSV(B) | 113.41º | 0.93% | 0.35% | - |
| XYZ | 3.72 | 7.09 | 1.35 | - |
| YUV | 56.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 6 | 0.83 | 0 | 0.93 | 0.65 | 113.41 | 0.87 | 0.18 |
| Hex | F | 58 | 6 | 53 | 0 | 5D | 41 | 71 | 57 | 12 |
| Octal | 17 | 130 | 6 | 123 | 0 | 135 | 101 | 161 | 127 | 22 |
| Binary | 1111 | 1011000 | 110 | 1010011 | 0 | 1011101 | 1000001 | 1110001 | 1010111 | 10010 |
Color Harmonies of #0F5806
Complementary color
Monochromatic Colors of #0F5806
Black with #0F5806
Text Example
Text Example
White with #0F5806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5806; }
p { color: rgb(15,88,6); }
H1.HeaderClassName
{
color: #0F5806;
}
.AnyTagClassName
{
color: #0F5806;
}
</style>
background-color css
<style>
a { background-color: #0F5806; }
a { background-color: rgb(15,88,6); }
div.DivClassName
{
background-color: #0F5806;
}
.BgClassName
{
background-color: #0F5806;
}
</style>
border-color css
<style>
span { border-color: #0F5806; }
span { border-color: rgb(15,88,6); }
td.TdClassName
{
border-color: #0F5806;
}
.TagClassName
{
border-color: #0F5806;
}
</style>