Shades of Myrtle #0F5717
Tints of Myrtle #0F5717
RGB
CMYK
RGB Variations
Color information
#0F5717 (or 0x0F5717) is known color: Myrtle. HEX triplet: 0F, 57 and 17. RGB value is (15,87,23). Sum of RGB (Red+Green+Blue) = 15+87+23=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 87 (34.38% from 255 or 69.6% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 87 - color contains mainly: green. Hex color #0F5717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5717 is #F0A8E8. Grayscale: #3A3A3A. Windows color (decimal): -15771881 or 1529615. OLE color: 1529615.
HSL color Cylindrical-coordinate representation of color #0F5717: hue angle of 126.67º 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 #0F5717 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 87 | 23 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.66 |
| HSL | 126.67º | 0.71% | 0.2% | - |
| HSV(B) | 126.67º | 0.83% | 0.34% | - |
| XYZ | 3.76 | 6.98 | 1.96 | - |
| YUV | 58.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 87 | 23 | 0.83 | 0 | 0.74 | 0.66 | 126.67 | 0.71 | 0.2 |
| Hex | F | 57 | 17 | 53 | 0 | 4A | 42 | 7F | 47 | 14 |
| Octal | 17 | 127 | 27 | 123 | 0 | 112 | 102 | 177 | 107 | 24 |
| Binary | 1111 | 1010111 | 10111 | 1010011 | 0 | 1001010 | 1000010 | 1111111 | 1000111 | 10100 |
Color Harmonies of #0F5717
Complementary color
Monochromatic Colors of #0F5717
Black with #0F5717
Text Example
Text Example
White with #0F5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5717; }
p { color: rgb(15,87,23); }
H1.HeaderClassName
{
color: #0F5717;
}
.AnyTagClassName
{
color: #0F5717;
}
</style>
background-color css
<style>
a { background-color: #0F5717; }
a { background-color: rgb(15,87,23); }
div.DivClassName
{
background-color: #0F5717;
}
.BgClassName
{
background-color: #0F5717;
}
</style>
border-color css
<style>
span { border-color: #0F5717; }
span { border-color: rgb(15,87,23); }
td.TdClassName
{
border-color: #0F5717;
}
.TagClassName
{
border-color: #0F5717;
}
</style>