Shades of Myrtle #0F5F0E
Tints of Myrtle #0F5F0E
RGB
CMYK
RGB Variations
Color information
#0F5F0E (or 0x0F5F0E) is known color: Myrtle. HEX triplet: 0F, 5F and 0E. RGB value is (15,95,14). Sum of RGB (Red+Green+Blue) = 15+95+14=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 95 (37.5% from 255 or 76.61% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 95 - color contains mainly: green. Hex color #0F5F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5F0E is #F0A0F1. Grayscale: #3E3E3E. Windows color (decimal): -15769842 or 941839. OLE color: 941839.
HSL color Cylindrical-coordinate representation of color #0F5F0E: hue angle of 119.26º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F5F0E is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 95 | 14 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.63 |
| HSL | 119.26º | 0.74% | 0.21% | - |
| HSV(B) | 119.26º | 0.85% | 0.37% | - |
| XYZ | 4.37 | 8.32 | 1.79 | - |
| YUV | 61.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 14 | 0.84 | 0 | 0.85 | 0.63 | 119.26 | 0.74 | 0.21 |
| Hex | F | 5F | E | 54 | 0 | 55 | 3F | 77 | 4A | 15 |
| Octal | 17 | 137 | 16 | 124 | 0 | 125 | 77 | 167 | 112 | 25 |
| Binary | 1111 | 1011111 | 1110 | 1010100 | 0 | 1010101 | 111111 | 1110111 | 1001010 | 10101 |
Color Harmonies of #0F5F0E
Complementary color
Monochromatic Colors of #0F5F0E
Black with #0F5F0E
Text Example
Text Example
White with #0F5F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5F0E; }
p { color: rgb(15,95,14); }
H1.HeaderClassName
{
color: #0F5F0E;
}
.AnyTagClassName
{
color: #0F5F0E;
}
</style>
background-color css
<style>
a { background-color: #0F5F0E; }
a { background-color: rgb(15,95,14); }
div.DivClassName
{
background-color: #0F5F0E;
}
.BgClassName
{
background-color: #0F5F0E;
}
</style>
border-color css
<style>
span { border-color: #0F5F0E; }
span { border-color: rgb(15,95,14); }
td.TdClassName
{
border-color: #0F5F0E;
}
.TagClassName
{
border-color: #0F5F0E;
}
</style>