Shades of Myrtle #0F5212
Tints of Myrtle #0F5212
RGB
CMYK
RGB Variations
Color information
#0F5212 (or 0x0F5212) is known color: Myrtle. HEX triplet: 0F, 52 and 12. RGB value is (15,82,18). Sum of RGB (Red+Green+Blue) = 15+82+18=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #0F5212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5212 is #F0ADED. Grayscale: #363636. Windows color (decimal): -15773166 or 1200655. OLE color: 1200655.
HSL color Cylindrical-coordinate representation of color #0F5212: hue angle of 122.69º 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 #0F5212 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 82 | 18 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.68 |
| HSL | 122.69º | 0.69% | 0.19% | - |
| HSV(B) | 122.69º | 0.82% | 0.32% | - |
| XYZ | 3.32 | 6.18 | 1.59 | - |
| YUV | 54.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 82 | 18 | 0.82 | 0 | 0.78 | 0.68 | 122.69 | 0.69 | 0.19 |
| Hex | F | 52 | 12 | 52 | 0 | 4E | 44 | 7B | 45 | 13 |
| Octal | 17 | 122 | 22 | 122 | 0 | 116 | 104 | 173 | 105 | 23 |
| Binary | 1111 | 1010010 | 10010 | 1010010 | 0 | 1001110 | 1000100 | 1111011 | 1000101 | 10011 |
Color Harmonies of #0F5212
Complementary color
Monochromatic Colors of #0F5212
Black with #0F5212
Text Example
Text Example
White with #0F5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5212; }
p { color: rgb(15,82,18); }
H1.HeaderClassName
{
color: #0F5212;
}
.AnyTagClassName
{
color: #0F5212;
}
</style>
background-color css
<style>
a { background-color: #0F5212; }
a { background-color: rgb(15,82,18); }
div.DivClassName
{
background-color: #0F5212;
}
.BgClassName
{
background-color: #0F5212;
}
</style>
border-color css
<style>
span { border-color: #0F5212; }
span { border-color: rgb(15,82,18); }
td.TdClassName
{
border-color: #0F5212;
}
.TagClassName
{
border-color: #0F5212;
}
</style>