Shades of Myrtle #0F4709
Tints of Myrtle #0F4709
RGB
CMYK
RGB Variations
Color information
#0F4709 (or 0x0F4709) is known color: Myrtle. HEX triplet: 0F, 47 and 09. RGB value is (15,71,9). Sum of RGB (Red+Green+Blue) = 15+71+9=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 71 (28.12% from 255 or 74.74% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4709 is #F0B8F6. Grayscale: #2F2F2F. Windows color (decimal): -15775991 or 608015. OLE color: 608015.
HSL color Cylindrical-coordinate representation of color #0F4709: hue angle of 114.19º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4709 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 71 | 9 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.72 |
| HSL | 114.19º | 0.78% | 0.16% | - |
| HSV(B) | 114.19º | 0.87% | 0.28% | - |
| XYZ | 2.5 | 4.63 | 1.02 | - |
| YUV | 47.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 9 | 0.79 | 0 | 0.87 | 0.72 | 114.19 | 0.78 | 0.16 |
| Hex | F | 47 | 9 | 4F | 0 | 57 | 48 | 72 | 4E | 10 |
| Octal | 17 | 107 | 11 | 117 | 0 | 127 | 110 | 162 | 116 | 20 |
| Binary | 1111 | 1000111 | 1001 | 1001111 | 0 | 1010111 | 1001000 | 1110010 | 1001110 | 10000 |
Color Harmonies of #0F4709
Complementary color
Monochromatic Colors of #0F4709
Black with #0F4709
Text Example
Text Example
White with #0F4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4709; }
p { color: rgb(15,71,9); }
H1.HeaderClassName
{
color: #0F4709;
}
.AnyTagClassName
{
color: #0F4709;
}
</style>
background-color css
<style>
a { background-color: #0F4709; }
a { background-color: rgb(15,71,9); }
div.DivClassName
{
background-color: #0F4709;
}
.BgClassName
{
background-color: #0F4709;
}
</style>
border-color css
<style>
span { border-color: #0F4709; }
span { border-color: rgb(15,71,9); }
td.TdClassName
{
border-color: #0F4709;
}
.TagClassName
{
border-color: #0F4709;
}
</style>