Shades of Myrtle #0F6115
Tints of Myrtle #0F6115
RGB
CMYK
RGB Variations
Color information
#0F6115 (or 0x0F6115) is known color: Myrtle. HEX triplet: 0F, 61 and 15. RGB value is (15,97,21). Sum of RGB (Red+Green+Blue) = 15+97+21=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6115 is #F09EEA. Grayscale: #404040. Windows color (decimal): -15769323 or 1401103. OLE color: 1401103.
HSL color Cylindrical-coordinate representation of color #0F6115: hue angle of 124.39º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6115 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 21 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.62 |
| HSL | 124.39º | 0.73% | 0.22% | - |
| HSV(B) | 124.39º | 0.85% | 0.38% | - |
| XYZ | 4.61 | 8.71 | 2.15 | - |
| YUV | 63.82 | 103.83 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 21 | 0.85 | 0 | 0.78 | 0.62 | 124.39 | 0.73 | 0.22 |
| Hex | F | 61 | 15 | 55 | 0 | 4E | 3E | 7C | 49 | 16 |
| Octal | 17 | 141 | 25 | 125 | 0 | 116 | 76 | 174 | 111 | 26 |
| Binary | 1111 | 1100001 | 10101 | 1010101 | 0 | 1001110 | 111110 | 1111100 | 1001001 | 10110 |
Color Harmonies of #0F6115
Complementary color
Monochromatic Colors of #0F6115
Black with #0F6115
Text Example
Text Example
White with #0F6115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6115; }
p { color: rgb(15,97,21); }
H1.HeaderClassName
{
color: #0F6115;
}
.AnyTagClassName
{
color: #0F6115;
}
</style>
background-color css
<style>
a { background-color: #0F6115; }
a { background-color: rgb(15,97,21); }
div.DivClassName
{
background-color: #0F6115;
}
.BgClassName
{
background-color: #0F6115;
}
</style>
border-color css
<style>
span { border-color: #0F6115; }
span { border-color: rgb(15,97,21); }
td.TdClassName
{
border-color: #0F6115;
}
.TagClassName
{
border-color: #0F6115;
}
</style>