Shades of Myrtle #0B570D
Tints of Myrtle #0B570D
RGB
CMYK
RGB Variations
Color information
#0B570D (or 0x0B570D) is known color: Myrtle. HEX triplet: 0B, 57 and 0D. RGB value is (11,87,13). Sum of RGB (Red+Green+Blue) = 11+87+13=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 87 (34.38% from 255 or 78.38% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 87 - color contains mainly: green. Hex color #0B570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B570D is #F4A8F2. Grayscale: #383838. Windows color (decimal): -16034035 or 874251. OLE color: 874251.
HSL color Cylindrical-coordinate representation of color #0B570D: hue angle of 121.58º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B570D is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 87 | 13 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.66 |
| HSL | 121.58º | 0.78% | 0.19% | - |
| HSV(B) | 121.58º | 0.87% | 0.34% | - |
| XYZ | 3.62 | 6.92 | 1.53 | - |
| YUV | 55.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 13 | 0.87 | 0 | 0.85 | 0.66 | 121.58 | 0.78 | 0.19 |
| Hex | B | 57 | D | 57 | 0 | 55 | 42 | 7A | 4E | 13 |
| Octal | 13 | 127 | 15 | 127 | 0 | 125 | 102 | 172 | 116 | 23 |
| Binary | 1011 | 1010111 | 1101 | 1010111 | 0 | 1010101 | 1000010 | 1111010 | 1001110 | 10011 |
Color Harmonies of #0B570D
Complementary color
Monochromatic Colors of #0B570D
Black with #0B570D
Text Example
Text Example
White with #0B570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B570D; }
p { color: rgb(11,87,13); }
H1.HeaderClassName
{
color: #0B570D;
}
.AnyTagClassName
{
color: #0B570D;
}
</style>
background-color css
<style>
a { background-color: #0B570D; }
a { background-color: rgb(11,87,13); }
div.DivClassName
{
background-color: #0B570D;
}
.BgClassName
{
background-color: #0B570D;
}
</style>
border-color css
<style>
span { border-color: #0B570D; }
span { border-color: rgb(11,87,13); }
td.TdClassName
{
border-color: #0B570D;
}
.TagClassName
{
border-color: #0B570D;
}
</style>