Shades of Myrtle #0F4E14
Tints of Myrtle #0F4E14
RGB
CMYK
RGB Variations
Color information
#0F4E14 (or 0x0F4E14) is known color: Myrtle. HEX triplet: 0F, 4E and 14. RGB value is (15,78,20). Sum of RGB (Red+Green+Blue) = 15+78+20=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 78 (30.86% from 255 or 69.03% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4E14 is #F0B1EB. Grayscale: #343434. Windows color (decimal): -15774188 or 1330703. OLE color: 1330703.
HSL color Cylindrical-coordinate representation of color #0F4E14: hue angle of 124.76º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4E14 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 78 | 20 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.69 |
| HSL | 124.76º | 0.68% | 0.18% | - |
| HSV(B) | 124.76º | 0.81% | 0.31% | - |
| XYZ | 3.05 | 5.6 | 1.58 | - |
| YUV | 52.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 20 | 0.81 | 0 | 0.74 | 0.69 | 124.76 | 0.68 | 0.18 |
| Hex | F | 4E | 14 | 51 | 0 | 4A | 45 | 7D | 44 | 12 |
| Octal | 17 | 116 | 24 | 121 | 0 | 112 | 105 | 175 | 104 | 22 |
| Binary | 1111 | 1001110 | 10100 | 1010001 | 0 | 1001010 | 1000101 | 1111101 | 1000100 | 10010 |
Color Harmonies of #0F4E14
Complementary color
Monochromatic Colors of #0F4E14
Black with #0F4E14
Text Example
Text Example
White with #0F4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E14; }
p { color: rgb(15,78,20); }
H1.HeaderClassName
{
color: #0F4E14;
}
.AnyTagClassName
{
color: #0F4E14;
}
</style>
background-color css
<style>
a { background-color: #0F4E14; }
a { background-color: rgb(15,78,20); }
div.DivClassName
{
background-color: #0F4E14;
}
.BgClassName
{
background-color: #0F4E14;
}
</style>
border-color css
<style>
span { border-color: #0F4E14; }
span { border-color: rgb(15,78,20); }
td.TdClassName
{
border-color: #0F4E14;
}
.TagClassName
{
border-color: #0F4E14;
}
</style>