Shades of Myrtle #0F550A
Tints of Myrtle #0F550A
RGB
CMYK
RGB Variations
Color information
#0F550A (or 0x0F550A) is known color: Myrtle. HEX triplet: 0F, 55 and 0A. RGB value is (15,85,10). Sum of RGB (Red+Green+Blue) = 15+85+10=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #0F550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F550A is #F0AAF5. Grayscale: #373737. Windows color (decimal): -15772406 or 677135. OLE color: 677135.
HSL color Cylindrical-coordinate representation of color #0F550A: hue angle of 116º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F550A is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 85 | 10 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.67 |
| HSL | 116º | 0.79% | 0.19% | - |
| HSV(B) | 116º | 0.88% | 0.33% | - |
| XYZ | 3.5 | 6.62 | 1.38 | - |
| YUV | 55.52 | 102.31 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 10 | 0.82 | 0 | 0.88 | 0.67 | 116 | 0.79 | 0.19 |
| Hex | F | 55 | A | 52 | 0 | 58 | 43 | 74 | 4F | 13 |
| Octal | 17 | 125 | 12 | 122 | 0 | 130 | 103 | 164 | 117 | 23 |
| Binary | 1111 | 1010101 | 1010 | 1010010 | 0 | 1011000 | 1000011 | 1110100 | 1001111 | 10011 |
Color Harmonies of #0F550A
Complementary color
Monochromatic Colors of #0F550A
Black with #0F550A
Text Example
Text Example
White with #0F550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F550A; }
p { color: rgb(15,85,10); }
H1.HeaderClassName
{
color: #0F550A;
}
.AnyTagClassName
{
color: #0F550A;
}
</style>
background-color css
<style>
a { background-color: #0F550A; }
a { background-color: rgb(15,85,10); }
div.DivClassName
{
background-color: #0F550A;
}
.BgClassName
{
background-color: #0F550A;
}
</style>
border-color css
<style>
span { border-color: #0F550A; }
span { border-color: rgb(15,85,10); }
td.TdClassName
{
border-color: #0F550A;
}
.TagClassName
{
border-color: #0F550A;
}
</style>