Shades of Myrtle #0F5712
Tints of Myrtle #0F5712
RGB
CMYK
RGB Variations
Color information
#0F5712 (or 0x0F5712) is known color: Myrtle. HEX triplet: 0F, 57 and 12. RGB value is (15,87,18). Sum of RGB (Red+Green+Blue) = 15+87+18=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 87 (34.38% from 255 or 72.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5712 is #F0A8ED. Grayscale: #393939. Windows color (decimal): -15771886 or 1201935. OLE color: 1201935.
HSL color Cylindrical-coordinate representation of color #0F5712: hue angle of 122.5º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5712 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 87 | 18 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.66 |
| HSL | 122.5º | 0.71% | 0.2% | - |
| HSV(B) | 122.5º | 0.83% | 0.34% | - |
| XYZ | 3.71 | 6.96 | 1.72 | - |
| YUV | 57.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 18 | 0.83 | 0 | 0.79 | 0.66 | 122.5 | 0.71 | 0.2 |
| Hex | F | 57 | 12 | 53 | 0 | 4F | 42 | 7B | 47 | 14 |
| Octal | 17 | 127 | 22 | 123 | 0 | 117 | 102 | 173 | 107 | 24 |
| Binary | 1111 | 1010111 | 10010 | 1010011 | 0 | 1001111 | 1000010 | 1111011 | 1000111 | 10100 |
Color Harmonies of #0F5712
Complementary color
Monochromatic Colors of #0F5712
Black with #0F5712
Text Example
Text Example
White with #0F5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5712; }
p { color: rgb(15,87,18); }
H1.HeaderClassName
{
color: #0F5712;
}
.AnyTagClassName
{
color: #0F5712;
}
</style>
background-color css
<style>
a { background-color: #0F5712; }
a { background-color: rgb(15,87,18); }
div.DivClassName
{
background-color: #0F5712;
}
.BgClassName
{
background-color: #0F5712;
}
</style>
border-color css
<style>
span { border-color: #0F5712; }
span { border-color: rgb(15,87,18); }
td.TdClassName
{
border-color: #0F5712;
}
.TagClassName
{
border-color: #0F5712;
}
</style>