Shades of Myrtle #0F4609
Tints of Myrtle #0F4609
RGB
CMYK
RGB Variations
Color information
#0F4609 (or 0x0F4609) is known color: Myrtle. HEX triplet: 0F, 46 and 09. RGB value is (15,70,9). Sum of RGB (Red+Green+Blue) = 15+70+9=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 70 (27.73% from 255 or 74.47% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4609 is #F0B9F6. Grayscale: #2E2E2E. Windows color (decimal): -15776247 or 607759. OLE color: 607759.
HSL color Cylindrical-coordinate representation of color #0F4609: hue angle of 114.1º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4609 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 70 | 9 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.73 |
| HSL | 114.1º | 0.77% | 0.15% | - |
| HSV(B) | 114.1º | 0.87% | 0.27% | - |
| XYZ | 2.44 | 4.5 | 1 | - |
| YUV | 46.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 9 | 0.79 | 0 | 0.87 | 0.73 | 114.1 | 0.77 | 0.15 |
| Hex | F | 46 | 9 | 4F | 0 | 57 | 49 | 72 | 4D | F |
| Octal | 17 | 106 | 11 | 117 | 0 | 127 | 111 | 162 | 115 | 17 |
| Binary | 1111 | 1000110 | 1001 | 1001111 | 0 | 1010111 | 1001001 | 1110010 | 1001101 | 1111 |
Color Harmonies of #0F4609
Complementary color
Monochromatic Colors of #0F4609
Black with #0F4609
Text Example
Text Example
White with #0F4609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4609; }
p { color: rgb(15,70,9); }
H1.HeaderClassName
{
color: #0F4609;
}
.AnyTagClassName
{
color: #0F4609;
}
</style>
background-color css
<style>
a { background-color: #0F4609; }
a { background-color: rgb(15,70,9); }
div.DivClassName
{
background-color: #0F4609;
}
.BgClassName
{
background-color: #0F4609;
}
</style>
border-color css
<style>
span { border-color: #0F4609; }
span { border-color: rgb(15,70,9); }
td.TdClassName
{
border-color: #0F4609;
}
.TagClassName
{
border-color: #0F4609;
}
</style>