Shades of Myrtle #0F5A17
Tints of Myrtle #0F5A17
RGB
CMYK
RGB Variations
Color information
#0F5A17 (or 0x0F5A17) is known color: Myrtle. HEX triplet: 0F, 5A and 17. RGB value is (15,90,23). Sum of RGB (Red+Green+Blue) = 15+90+23=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5A17 is #F0A5E8. Grayscale: #3C3C3C. Windows color (decimal): -15771113 or 1530383. OLE color: 1530383.
HSL color Cylindrical-coordinate representation of color #0F5A17: hue angle of 126.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A17 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 90 | 23 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.65 |
| HSL | 126.4º | 0.71% | 0.21% | - |
| HSV(B) | 126.4º | 0.83% | 0.35% | - |
| XYZ | 4.01 | 7.48 | 2.04 | - |
| YUV | 59.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 23 | 0.83 | 0 | 0.74 | 0.65 | 126.4 | 0.71 | 0.21 |
| Hex | F | 5A | 17 | 53 | 0 | 4A | 41 | 7E | 47 | 15 |
| Octal | 17 | 132 | 27 | 123 | 0 | 112 | 101 | 176 | 107 | 25 |
| Binary | 1111 | 1011010 | 10111 | 1010011 | 0 | 1001010 | 1000001 | 1111110 | 1000111 | 10101 |
Color Harmonies of #0F5A17
Complementary color
Monochromatic Colors of #0F5A17
Black with #0F5A17
Text Example
Text Example
White with #0F5A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A17; }
p { color: rgb(15,90,23); }
H1.HeaderClassName
{
color: #0F5A17;
}
.AnyTagClassName
{
color: #0F5A17;
}
</style>
background-color css
<style>
a { background-color: #0F5A17; }
a { background-color: rgb(15,90,23); }
div.DivClassName
{
background-color: #0F5A17;
}
.BgClassName
{
background-color: #0F5A17;
}
</style>
border-color css
<style>
span { border-color: #0F5A17; }
span { border-color: rgb(15,90,23); }
td.TdClassName
{
border-color: #0F5A17;
}
.TagClassName
{
border-color: #0F5A17;
}
</style>