Shades of Myrtle #0F6012
Tints of Myrtle #0F6012
RGB
CMYK
RGB Variations
Color information
#0F6012 (or 0x0F6012) is known color: Myrtle. HEX triplet: 0F, 60 and 12. RGB value is (15,96,18). Sum of RGB (Red+Green+Blue) = 15+96+18=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 96 (37.89% from 255 or 74.42% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6012 is #F09FED. Grayscale: #3F3F3F. Windows color (decimal): -15769582 or 1204239. OLE color: 1204239.
HSL color Cylindrical-coordinate representation of color #0F6012: hue angle of 122.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6012 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 18 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.62 |
| HSL | 122.22º | 0.73% | 0.22% | - |
| HSV(B) | 122.22º | 0.84% | 0.38% | - |
| XYZ | 4.49 | 8.51 | 1.98 | - |
| YUV | 62.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 18 | 0.84 | 0 | 0.81 | 0.62 | 122.22 | 0.73 | 0.22 |
| Hex | F | 60 | 12 | 54 | 0 | 51 | 3E | 7A | 49 | 16 |
| Octal | 17 | 140 | 22 | 124 | 0 | 121 | 76 | 172 | 111 | 26 |
| Binary | 1111 | 1100000 | 10010 | 1010100 | 0 | 1010001 | 111110 | 1111010 | 1001001 | 10110 |
Color Harmonies of #0F6012
Complementary color
Monochromatic Colors of #0F6012
Black with #0F6012
Text Example
Text Example
White with #0F6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6012; }
p { color: rgb(15,96,18); }
H1.HeaderClassName
{
color: #0F6012;
}
.AnyTagClassName
{
color: #0F6012;
}
</style>
background-color css
<style>
a { background-color: #0F6012; }
a { background-color: rgb(15,96,18); }
div.DivClassName
{
background-color: #0F6012;
}
.BgClassName
{
background-color: #0F6012;
}
</style>
border-color css
<style>
span { border-color: #0F6012; }
span { border-color: rgb(15,96,18); }
td.TdClassName
{
border-color: #0F6012;
}
.TagClassName
{
border-color: #0F6012;
}
</style>