Shades of Myrtle #0F4901
Tints of Myrtle #0F4901
RGB
CMYK
RGB Variations
Color information
#0F4901 (or 0x0F4901) is known color: Myrtle. HEX triplet: 0F, 49 and 01. RGB value is (15,73,1). Sum of RGB (Red+Green+Blue) = 15+73+1=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 73 (28.91% from 255 or 82.02% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 73 - color contains mainly: green. Hex color #0F4901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4901 is #F0B6FE. Grayscale: #2F2F2F. Windows color (decimal): -15775487 or 84239. OLE color: 84239.
HSL color Cylindrical-coordinate representation of color #0F4901: hue angle of 108.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F4901 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 1 | - |
| CMYK | 0.79 | 0 | 0.99 | 0.71 |
| HSL | 108.33º | 0.97% | 0.15% | - |
| HSV(B) | 108.33º | 0.99% | 0.29% | - |
| XYZ | 2.59 | 4.87 | 0.83 | - |
| YUV | 47.45 | 101.78 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 1 | 0.79 | 0 | 0.99 | 0.71 | 108.33 | 0.97 | 0.15 |
| Hex | F | 49 | 1 | 4F | 0 | 63 | 47 | 6C | 61 | F |
| Octal | 17 | 111 | 1 | 117 | 0 | 143 | 107 | 154 | 141 | 17 |
| Binary | 1111 | 1001001 | 1 | 1001111 | 0 | 1100011 | 1000111 | 1101100 | 1100001 | 1111 |
Color Harmonies of #0F4901
Complementary color
Monochromatic Colors of #0F4901
Black with #0F4901
Text Example
Text Example
White with #0F4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4901; }
p { color: rgb(15,73,1); }
H1.HeaderClassName
{
color: #0F4901;
}
.AnyTagClassName
{
color: #0F4901;
}
</style>
background-color css
<style>
a { background-color: #0F4901; }
a { background-color: rgb(15,73,1); }
div.DivClassName
{
background-color: #0F4901;
}
.BgClassName
{
background-color: #0F4901;
}
</style>
border-color css
<style>
span { border-color: #0F4901; }
span { border-color: rgb(15,73,1); }
td.TdClassName
{
border-color: #0F4901;
}
.TagClassName
{
border-color: #0F4901;
}
</style>