Shades of Myrtle #0F5216
Tints of Myrtle #0F5216
RGB
CMYK
RGB Variations
Color information
#0F5216 (or 0x0F5216) is known color: Myrtle. HEX triplet: 0F, 52 and 16. RGB value is (15,82,22). Sum of RGB (Red+Green+Blue) = 15+82+22=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 82 (32.42% from 255 or 68.91% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5216 is #F0ADE9. Grayscale: #373737. Windows color (decimal): -15773162 or 1462799. OLE color: 1462799.
HSL color Cylindrical-coordinate representation of color #0F5216: hue angle of 126.27º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5216 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 22 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.68 |
| HSL | 126.27º | 0.69% | 0.19% | - |
| HSV(B) | 126.27º | 0.82% | 0.32% | - |
| XYZ | 3.36 | 6.19 | 1.78 | - |
| YUV | 55.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 22 | 0.82 | 0 | 0.73 | 0.68 | 126.27 | 0.69 | 0.19 |
| Hex | F | 52 | 16 | 52 | 0 | 49 | 44 | 7E | 45 | 13 |
| Octal | 17 | 122 | 26 | 122 | 0 | 111 | 104 | 176 | 105 | 23 |
| Binary | 1111 | 1010010 | 10110 | 1010010 | 0 | 1001001 | 1000100 | 1111110 | 1000101 | 10011 |
Color Harmonies of #0F5216
Complementary color
Monochromatic Colors of #0F5216
Black with #0F5216
Text Example
Text Example
White with #0F5216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5216; }
p { color: rgb(15,82,22); }
H1.HeaderClassName
{
color: #0F5216;
}
.AnyTagClassName
{
color: #0F5216;
}
</style>
background-color css
<style>
a { background-color: #0F5216; }
a { background-color: rgb(15,82,22); }
div.DivClassName
{
background-color: #0F5216;
}
.BgClassName
{
background-color: #0F5216;
}
</style>
border-color css
<style>
span { border-color: #0F5216; }
span { border-color: rgb(15,82,22); }
td.TdClassName
{
border-color: #0F5216;
}
.TagClassName
{
border-color: #0F5216;
}
</style>