Shades of Myrtle #0F5817
Tints of Myrtle #0F5817
RGB
CMYK
RGB Variations
Color information
#0F5817 (or 0x0F5817) is known color: Myrtle. HEX triplet: 0F, 58 and 17. RGB value is (15,88,23). Sum of RGB (Red+Green+Blue) = 15+88+23=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #0F5817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5817 is #F0A7E8. Grayscale: #3A3A3A. Windows color (decimal): -15771625 or 1529871. OLE color: 1529871.
HSL color Cylindrical-coordinate representation of color #0F5817: hue angle of 126.58º 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 #0F5817 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 88 | 23 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.65 |
| HSL | 126.58º | 0.71% | 0.2% | - |
| HSV(B) | 126.58º | 0.83% | 0.35% | - |
| XYZ | 3.84 | 7.14 | 1.99 | - |
| YUV | 58.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 88 | 23 | 0.83 | 0 | 0.74 | 0.65 | 126.58 | 0.71 | 0.2 |
| Hex | F | 58 | 17 | 53 | 0 | 4A | 41 | 7F | 47 | 14 |
| Octal | 17 | 130 | 27 | 123 | 0 | 112 | 101 | 177 | 107 | 24 |
| Binary | 1111 | 1011000 | 10111 | 1010011 | 0 | 1001010 | 1000001 | 1111111 | 1000111 | 10100 |
Color Harmonies of #0F5817
Complementary color
Monochromatic Colors of #0F5817
Black with #0F5817
Text Example
Text Example
White with #0F5817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5817; }
p { color: rgb(15,88,23); }
H1.HeaderClassName
{
color: #0F5817;
}
.AnyTagClassName
{
color: #0F5817;
}
</style>
background-color css
<style>
a { background-color: #0F5817; }
a { background-color: rgb(15,88,23); }
div.DivClassName
{
background-color: #0F5817;
}
.BgClassName
{
background-color: #0F5817;
}
</style>
border-color css
<style>
span { border-color: #0F5817; }
span { border-color: rgb(15,88,23); }
td.TdClassName
{
border-color: #0F5817;
}
.TagClassName
{
border-color: #0F5817;
}
</style>