Shades of Myrtle #0B570E
Tints of Myrtle #0B570E
RGB
CMYK
RGB Variations
Color information
#0B570E (or 0x0B570E) is known color: Myrtle. HEX triplet: 0B, 57 and 0E. RGB value is (11,87,14). Sum of RGB (Red+Green+Blue) = 11+87+14=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 87 (34.38% from 255 or 77.68% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 87 - color contains mainly: green. Hex color #0B570E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B570E is #F4A8F1. Grayscale: #383838. Windows color (decimal): -16034034 or 939787. OLE color: 939787.
HSL color Cylindrical-coordinate representation of color #0B570E: hue angle of 122.37º 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 #0B570E is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 11 | 87 | 14 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.66 |
| HSL | 122.37º | 0.78% | 0.19% | - |
| HSV(B) | 122.37º | 0.87% | 0.34% | - |
| XYZ | 3.63 | 6.92 | 1.56 | - |
| YUV | 55.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 87 | 14 | 0.87 | 0 | 0.84 | 0.66 | 122.37 | 0.78 | 0.19 |
| Hex | B | 57 | E | 57 | 0 | 54 | 42 | 7A | 4E | 13 |
| Octal | 13 | 127 | 16 | 127 | 0 | 124 | 102 | 172 | 116 | 23 |
| Binary | 1011 | 1010111 | 1110 | 1010111 | 0 | 1010100 | 1000010 | 1111010 | 1001110 | 10011 |
Color Harmonies of #0B570E
Complementary color
Monochromatic Colors of #0B570E
Black with #0B570E
Text Example
Text Example
White with #0B570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B570E; }
p { color: rgb(11,87,14); }
H1.HeaderClassName
{
color: #0B570E;
}
.AnyTagClassName
{
color: #0B570E;
}
</style>
background-color css
<style>
a { background-color: #0B570E; }
a { background-color: rgb(11,87,14); }
div.DivClassName
{
background-color: #0B570E;
}
.BgClassName
{
background-color: #0B570E;
}
</style>
border-color css
<style>
span { border-color: #0B570E; }
span { border-color: rgb(11,87,14); }
td.TdClassName
{
border-color: #0B570E;
}
.TagClassName
{
border-color: #0B570E;
}
</style>