Shades of Myrtle #0F4E01
Tints of Myrtle #0F4E01
RGB
CMYK
RGB Variations
Color information
#0F4E01 (or 0x0F4E01) is known color: Myrtle. HEX triplet: 0F, 4E and 01. RGB value is (15,78,1). Sum of RGB (Red+Green+Blue) = 15+78+1=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 78 (30.86% from 255 or 82.98% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 78 - color contains mainly: green. Hex color #0F4E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4E01 is #F0B1FE. Grayscale: #323232. Windows color (decimal): -15774207 or 85519. OLE color: 85519.
HSL color Cylindrical-coordinate representation of color #0F4E01: hue angle of 109.09º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F4E01 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 78 | 1 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.69 |
| HSL | 109.09º | 0.97% | 0.15% | - |
| HSV(B) | 109.09º | 0.99% | 0.31% | - |
| XYZ | 2.93 | 5.55 | 0.95 | - |
| YUV | 50.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 78 | 1 | 0.81 | 0 | 0.99 | 0.69 | 109.09 | 0.97 | 0.15 |
| Hex | F | 4E | 1 | 51 | 0 | 63 | 45 | 6D | 61 | F |
| Octal | 17 | 116 | 1 | 121 | 0 | 143 | 105 | 155 | 141 | 17 |
| Binary | 1111 | 1001110 | 1 | 1010001 | 0 | 1100011 | 1000101 | 1101101 | 1100001 | 1111 |
Color Harmonies of #0F4E01
Complementary color
Monochromatic Colors of #0F4E01
Black with #0F4E01
Text Example
Text Example
White with #0F4E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4E01; }
p { color: rgb(15,78,1); }
H1.HeaderClassName
{
color: #0F4E01;
}
.AnyTagClassName
{
color: #0F4E01;
}
</style>
background-color css
<style>
a { background-color: #0F4E01; }
a { background-color: rgb(15,78,1); }
div.DivClassName
{
background-color: #0F4E01;
}
.BgClassName
{
background-color: #0F4E01;
}
</style>
border-color css
<style>
span { border-color: #0F4E01; }
span { border-color: rgb(15,78,1); }
td.TdClassName
{
border-color: #0F4E01;
}
.TagClassName
{
border-color: #0F4E01;
}
</style>