Shades of Myrtle #0F5116
Tints of Myrtle #0F5116
RGB
CMYK
RGB Variations
Color information
#0F5116 (or 0x0F5116) is known color: Myrtle. HEX triplet: 0F, 51 and 16. RGB value is (15,81,22). Sum of RGB (Red+Green+Blue) = 15+81+22=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #0F5116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5116 is #F0AEE9. Grayscale: #363636. Windows color (decimal): -15773418 or 1462543. OLE color: 1462543.
HSL color Cylindrical-coordinate representation of color #0F5116: hue angle of 126.36º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F5116 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 81 | 22 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.68 |
| HSL | 126.36º | 0.69% | 0.19% | - |
| HSV(B) | 126.36º | 0.81% | 0.32% | - |
| XYZ | 3.28 | 6.04 | 1.75 | - |
| YUV | 54.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 81 | 22 | 0.81 | 0 | 0.73 | 0.68 | 126.36 | 0.69 | 0.19 |
| Hex | F | 51 | 16 | 51 | 0 | 49 | 44 | 7E | 45 | 13 |
| Octal | 17 | 121 | 26 | 121 | 0 | 111 | 104 | 176 | 105 | 23 |
| Binary | 1111 | 1010001 | 10110 | 1010001 | 0 | 1001001 | 1000100 | 1111110 | 1000101 | 10011 |
Color Harmonies of #0F5116
Complementary color
Monochromatic Colors of #0F5116
Black with #0F5116
Text Example
Text Example
White with #0F5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5116; }
p { color: rgb(15,81,22); }
H1.HeaderClassName
{
color: #0F5116;
}
.AnyTagClassName
{
color: #0F5116;
}
</style>
background-color css
<style>
a { background-color: #0F5116; }
a { background-color: rgb(15,81,22); }
div.DivClassName
{
background-color: #0F5116;
}
.BgClassName
{
background-color: #0F5116;
}
</style>
border-color css
<style>
span { border-color: #0F5116; }
span { border-color: rgb(15,81,22); }
td.TdClassName
{
border-color: #0F5116;
}
.TagClassName
{
border-color: #0F5116;
}
</style>