Shades of Myrtle #0F5811
Tints of Myrtle #0F5811
RGB
CMYK
RGB Variations
Color information
#0F5811 (or 0x0F5811) is known color: Myrtle. HEX triplet: 0F, 58 and 11. RGB value is (15,88,17). Sum of RGB (Red+Green+Blue) = 15+88+17=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 88 (34.77% from 255 or 73.33% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 88 - color contains mainly: green. Hex color #0F5811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5811 is #F0A7EE. Grayscale: #3A3A3A. Windows color (decimal): -15771631 or 1136655. OLE color: 1136655.
HSL color Cylindrical-coordinate representation of color #0F5811: hue angle of 121.64º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5811 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 17 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.65 |
| HSL | 121.64º | 0.71% | 0.2% | - |
| HSV(B) | 121.64º | 0.83% | 0.35% | - |
| XYZ | 3.79 | 7.12 | 1.71 | - |
| YUV | 58.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 17 | 0.83 | 0 | 0.81 | 0.65 | 121.64 | 0.71 | 0.2 |
| Hex | F | 58 | 11 | 53 | 0 | 51 | 41 | 7A | 47 | 14 |
| Octal | 17 | 130 | 21 | 123 | 0 | 121 | 101 | 172 | 107 | 24 |
| Binary | 1111 | 1011000 | 10001 | 1010011 | 0 | 1010001 | 1000001 | 1111010 | 1000111 | 10100 |
Color Harmonies of #0F5811
Complementary color
Monochromatic Colors of #0F5811
Black with #0F5811
Text Example
Text Example
White with #0F5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5811; }
p { color: rgb(15,88,17); }
H1.HeaderClassName
{
color: #0F5811;
}
.AnyTagClassName
{
color: #0F5811;
}
</style>
background-color css
<style>
a { background-color: #0F5811; }
a { background-color: rgb(15,88,17); }
div.DivClassName
{
background-color: #0F5811;
}
.BgClassName
{
background-color: #0F5811;
}
</style>
border-color css
<style>
span { border-color: #0F5811; }
span { border-color: rgb(15,88,17); }
td.TdClassName
{
border-color: #0F5811;
}
.TagClassName
{
border-color: #0F5811;
}
</style>