Shades of Myrtle #0F5514
Tints of Myrtle #0F5514
RGB
CMYK
RGB Variations
Color information
#0F5514 (or 0x0F5514) is known color: Myrtle. HEX triplet: 0F, 55 and 14. RGB value is (15,85,20). Sum of RGB (Red+Green+Blue) = 15+85+20=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5514 is #F0AAEB. Grayscale: #383838. Windows color (decimal): -15772396 or 1332495. OLE color: 1332495.
HSL color Cylindrical-coordinate representation of color #0F5514: hue angle of 124.29º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5514 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 20 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.67 |
| HSL | 124.29º | 0.7% | 0.2% | - |
| HSV(B) | 124.29º | 0.82% | 0.33% | - |
| XYZ | 3.57 | 6.65 | 1.76 | - |
| YUV | 56.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 20 | 0.82 | 0 | 0.76 | 0.67 | 124.29 | 0.7 | 0.2 |
| Hex | F | 55 | 14 | 52 | 0 | 4C | 43 | 7C | 46 | 14 |
| Octal | 17 | 125 | 24 | 122 | 0 | 114 | 103 | 174 | 106 | 24 |
| Binary | 1111 | 1010101 | 10100 | 1010010 | 0 | 1001100 | 1000011 | 1111100 | 1000110 | 10100 |
Color Harmonies of #0F5514
Complementary color
Monochromatic Colors of #0F5514
Black with #0F5514
Text Example
Text Example
White with #0F5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5514; }
p { color: rgb(15,85,20); }
H1.HeaderClassName
{
color: #0F5514;
}
.AnyTagClassName
{
color: #0F5514;
}
</style>
background-color css
<style>
a { background-color: #0F5514; }
a { background-color: rgb(15,85,20); }
div.DivClassName
{
background-color: #0F5514;
}
.BgClassName
{
background-color: #0F5514;
}
</style>
border-color css
<style>
span { border-color: #0F5514; }
span { border-color: rgb(15,85,20); }
td.TdClassName
{
border-color: #0F5514;
}
.TagClassName
{
border-color: #0F5514;
}
</style>