Shades of Myrtle #0F590C
Tints of Myrtle #0F590C
RGB
CMYK
RGB Variations
Color information
#0F590C (or 0x0F590C) is known color: Myrtle. HEX triplet: 0F, 59 and 0C. RGB value is (15,89,12). Sum of RGB (Red+Green+Blue) = 15+89+12=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 89 (35.16% from 255 or 76.72% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 89 - color contains mainly: green. Hex color #0F590C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F590C is #F0A6F3. Grayscale: #3A3A3A. Windows color (decimal): -15771380 or 809231. OLE color: 809231.
HSL color Cylindrical-coordinate representation of color #0F590C: hue angle of 117.66º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F590C is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 89 | 12 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.65 |
| HSL | 117.66º | 0.76% | 0.2% | - |
| HSV(B) | 117.66º | 0.87% | 0.35% | - |
| XYZ | 3.84 | 7.27 | 1.55 | - |
| YUV | 58.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 89 | 12 | 0.83 | 0 | 0.87 | 0.65 | 117.66 | 0.76 | 0.2 |
| Hex | F | 59 | C | 53 | 0 | 57 | 41 | 76 | 4C | 14 |
| Octal | 17 | 131 | 14 | 123 | 0 | 127 | 101 | 166 | 114 | 24 |
| Binary | 1111 | 1011001 | 1100 | 1010011 | 0 | 1010111 | 1000001 | 1110110 | 1001100 | 10100 |
Color Harmonies of #0F590C
Complementary color
Monochromatic Colors of #0F590C
Black with #0F590C
Text Example
Text Example
White with #0F590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F590C; }
p { color: rgb(15,89,12); }
H1.HeaderClassName
{
color: #0F590C;
}
.AnyTagClassName
{
color: #0F590C;
}
</style>
background-color css
<style>
a { background-color: #0F590C; }
a { background-color: rgb(15,89,12); }
div.DivClassName
{
background-color: #0F590C;
}
.BgClassName
{
background-color: #0F590C;
}
</style>
border-color css
<style>
span { border-color: #0F590C; }
span { border-color: rgb(15,89,12); }
td.TdClassName
{
border-color: #0F590C;
}
.TagClassName
{
border-color: #0F590C;
}
</style>