Shades of Myrtle #0F4007
Tints of Myrtle #0F4007
RGB
CMYK
RGB Variations
Color information
#0F4007 (or 0x0F4007) is known color: Myrtle. HEX triplet: 0F, 40 and 07. RGB value is (15,64,7). Sum of RGB (Red+Green+Blue) = 15+64+7=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4007 is #F0BFF8. Grayscale: #2B2B2B. Windows color (decimal): -15777785 or 475151. OLE color: 475151.
HSL color Cylindrical-coordinate representation of color #0F4007: hue angle of 111.58º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4007 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 7 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.75 |
| HSL | 111.58º | 0.8% | 0.14% | - |
| HSV(B) | 111.58º | 0.89% | 0.25% | - |
| XYZ | 2.07 | 3.78 | 0.82 | - |
| YUV | 42.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 7 | 0.77 | 0 | 0.89 | 0.75 | 111.58 | 0.8 | 0.14 |
| Hex | F | 40 | 7 | 4D | 0 | 59 | 4B | 70 | 50 | E |
| Octal | 17 | 100 | 7 | 115 | 0 | 131 | 113 | 160 | 120 | 16 |
| Binary | 1111 | 1000000 | 111 | 1001101 | 0 | 1011001 | 1001011 | 1110000 | 1010000 | 1110 |
Color Harmonies of #0F4007
Complementary color
Monochromatic Colors of #0F4007
Black with #0F4007
Text Example
Text Example
White with #0F4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4007; }
p { color: rgb(15,64,7); }
H1.HeaderClassName
{
color: #0F4007;
}
.AnyTagClassName
{
color: #0F4007;
}
</style>
background-color css
<style>
a { background-color: #0F4007; }
a { background-color: rgb(15,64,7); }
div.DivClassName
{
background-color: #0F4007;
}
.BgClassName
{
background-color: #0F4007;
}
</style>
border-color css
<style>
span { border-color: #0F4007; }
span { border-color: rgb(15,64,7); }
td.TdClassName
{
border-color: #0F4007;
}
.TagClassName
{
border-color: #0F4007;
}
</style>