Shades of Myrtle #0F550C
Tints of Myrtle #0F550C
RGB
CMYK
RGB Variations
Color information
#0F550C (or 0x0F550C) is known color: Myrtle. HEX triplet: 0F, 55 and 0C. RGB value is (15,85,12). Sum of RGB (Red+Green+Blue) = 15+85+12=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #0F550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F550C is #F0AAF3. Grayscale: #373737. Windows color (decimal): -15772404 or 808207. OLE color: 808207.
HSL color Cylindrical-coordinate representation of color #0F550C: hue angle of 117.53º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F550C is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 12 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.67 |
| HSL | 117.53º | 0.75% | 0.19% | - |
| HSV(B) | 117.53º | 0.86% | 0.33% | - |
| XYZ | 3.51 | 6.63 | 1.44 | - |
| YUV | 55.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 12 | 0.82 | 0 | 0.86 | 0.67 | 117.53 | 0.75 | 0.19 |
| Hex | F | 55 | C | 52 | 0 | 56 | 43 | 76 | 4B | 13 |
| Octal | 17 | 125 | 14 | 122 | 0 | 126 | 103 | 166 | 113 | 23 |
| Binary | 1111 | 1010101 | 1100 | 1010010 | 0 | 1010110 | 1000011 | 1110110 | 1001011 | 10011 |
Color Harmonies of #0F550C
Complementary color
Monochromatic Colors of #0F550C
Black with #0F550C
Text Example
Text Example
White with #0F550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F550C; }
p { color: rgb(15,85,12); }
H1.HeaderClassName
{
color: #0F550C;
}
.AnyTagClassName
{
color: #0F550C;
}
</style>
background-color css
<style>
a { background-color: #0F550C; }
a { background-color: rgb(15,85,12); }
div.DivClassName
{
background-color: #0F550C;
}
.BgClassName
{
background-color: #0F550C;
}
</style>
border-color css
<style>
span { border-color: #0F550C; }
span { border-color: rgb(15,85,12); }
td.TdClassName
{
border-color: #0F550C;
}
.TagClassName
{
border-color: #0F550C;
}
</style>