Shades of Myrtle #0F4210
Tints of Myrtle #0F4210
RGB
CMYK
RGB Variations
Color information
#0F4210 (or 0x0F4210) is known color: Myrtle. HEX triplet: 0F, 42 and 10. RGB value is (15,66,16). Sum of RGB (Red+Green+Blue) = 15+66+16=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4210 is #F0BDEF. Grayscale: #2D2D2D. Windows color (decimal): -15777264 or 1065487. OLE color: 1065487.
HSL color Cylindrical-coordinate representation of color #0F4210: hue angle of 121.18º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4210 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 66 | 16 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.74 |
| HSL | 121.18º | 0.63% | 0.16% | - |
| HSV(B) | 121.18º | 0.77% | 0.26% | - |
| XYZ | 2.24 | 4.04 | 1.15 | - |
| YUV | 45.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 16 | 0.77 | 0 | 0.76 | 0.74 | 121.18 | 0.63 | 0.16 |
| Hex | F | 42 | 10 | 4D | 0 | 4C | 4A | 79 | 3F | 10 |
| Octal | 17 | 102 | 20 | 115 | 0 | 114 | 112 | 171 | 77 | 20 |
| Binary | 1111 | 1000010 | 10000 | 1001101 | 0 | 1001100 | 1001010 | 1111001 | 111111 | 10000 |
Color Harmonies of #0F4210
Complementary color
Monochromatic Colors of #0F4210
Black with #0F4210
Text Example
Text Example
White with #0F4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4210; }
p { color: rgb(15,66,16); }
H1.HeaderClassName
{
color: #0F4210;
}
.AnyTagClassName
{
color: #0F4210;
}
</style>
background-color css
<style>
a { background-color: #0F4210; }
a { background-color: rgb(15,66,16); }
div.DivClassName
{
background-color: #0F4210;
}
.BgClassName
{
background-color: #0F4210;
}
</style>
border-color css
<style>
span { border-color: #0F4210; }
span { border-color: rgb(15,66,16); }
td.TdClassName
{
border-color: #0F4210;
}
.TagClassName
{
border-color: #0F4210;
}
</style>