Shades of Myrtle #0F4610
Tints of Myrtle #0F4610
RGB
CMYK
RGB Variations
Color information
#0F4610 (or 0x0F4610) is known color: Myrtle. HEX triplet: 0F, 46 and 10. RGB value is (15,70,16). Sum of RGB (Red+Green+Blue) = 15+70+16=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4610 is #F0B9EF. Grayscale: #2F2F2F. Windows color (decimal): -15776240 or 1066511. OLE color: 1066511.
HSL color Cylindrical-coordinate representation of color #0F4610: hue angle of 121.09º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4610 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 70 | 16 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.73 |
| HSL | 121.09º | 0.65% | 0.17% | - |
| HSV(B) | 121.09º | 0.79% | 0.27% | - |
| XYZ | 2.48 | 4.52 | 1.23 | - |
| YUV | 47.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 16 | 0.79 | 0 | 0.77 | 0.73 | 121.09 | 0.65 | 0.17 |
| Hex | F | 46 | 10 | 4F | 0 | 4D | 49 | 79 | 41 | 11 |
| Octal | 17 | 106 | 20 | 117 | 0 | 115 | 111 | 171 | 101 | 21 |
| Binary | 1111 | 1000110 | 10000 | 1001111 | 0 | 1001101 | 1001001 | 1111001 | 1000001 | 10001 |
Color Harmonies of #0F4610
Complementary color
Monochromatic Colors of #0F4610
Black with #0F4610
Text Example
Text Example
White with #0F4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4610; }
p { color: rgb(15,70,16); }
H1.HeaderClassName
{
color: #0F4610;
}
.AnyTagClassName
{
color: #0F4610;
}
</style>
background-color css
<style>
a { background-color: #0F4610; }
a { background-color: rgb(15,70,16); }
div.DivClassName
{
background-color: #0F4610;
}
.BgClassName
{
background-color: #0F4610;
}
</style>
border-color css
<style>
span { border-color: #0F4610; }
span { border-color: rgb(15,70,16); }
td.TdClassName
{
border-color: #0F4610;
}
.TagClassName
{
border-color: #0F4610;
}
</style>