Shades of Myrtle #0F4F05
Tints of Myrtle #0F4F05
RGB
CMYK
RGB Variations
Color information
#0F4F05 (or 0x0F4F05) is known color: Myrtle. HEX triplet: 0F, 4F and 05. RGB value is (15,79,5). Sum of RGB (Red+Green+Blue) = 15+79+5=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 79 (31.25% from 255 or 79.80% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4F05 is #F0B0FA. Grayscale: #333333. Windows color (decimal): -15773947 or 347919. OLE color: 347919.
HSL color Cylindrical-coordinate representation of color #0F4F05: hue angle of 111.89º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4F05 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 79 | 5 | - |
| CMYK | 0.81 | 0 | 0.94 | 0.69 |
| HSL | 111.89º | 0.88% | 0.16% | - |
| HSV(B) | 111.89º | 0.94% | 0.31% | - |
| XYZ | 3.02 | 5.7 | 1.09 | - |
| YUV | 51.43 | 101.8 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 5 | 0.81 | 0 | 0.94 | 0.69 | 111.89 | 0.88 | 0.16 |
| Hex | F | 4F | 5 | 51 | 0 | 5E | 45 | 70 | 58 | 10 |
| Octal | 17 | 117 | 5 | 121 | 0 | 136 | 105 | 160 | 130 | 20 |
| Binary | 1111 | 1001111 | 101 | 1010001 | 0 | 1011110 | 1000101 | 1110000 | 1011000 | 10000 |
Color Harmonies of #0F4F05
Complementary color
Monochromatic Colors of #0F4F05
Black with #0F4F05
Text Example
Text Example
White with #0F4F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F05; }
p { color: rgb(15,79,5); }
H1.HeaderClassName
{
color: #0F4F05;
}
.AnyTagClassName
{
color: #0F4F05;
}
</style>
background-color css
<style>
a { background-color: #0F4F05; }
a { background-color: rgb(15,79,5); }
div.DivClassName
{
background-color: #0F4F05;
}
.BgClassName
{
background-color: #0F4F05;
}
</style>
border-color css
<style>
span { border-color: #0F4F05; }
span { border-color: rgb(15,79,5); }
td.TdClassName
{
border-color: #0F4F05;
}
.TagClassName
{
border-color: #0F4F05;
}
</style>