Shades of Myrtle #0B5806
Tints of Myrtle #0B5806
RGB
CMYK
RGB Variations
Color information
#0B5806 (or 0x0B5806) is known color: Myrtle. HEX triplet: 0B, 58 and 06. RGB value is (11,88,6). Sum of RGB (Red+Green+Blue) = 11+88+6=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #0B5806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5806 is #F4A7F9. Grayscale: #373737. Windows color (decimal): -16033786 or 415755. OLE color: 415755.
HSL color Cylindrical-coordinate representation of color #0B5806: hue angle of 116.34º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B5806 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 88 | 6 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.65 |
| HSL | 116.34º | 0.87% | 0.18% | - |
| HSV(B) | 116.34º | 0.93% | 0.35% | - |
| XYZ | 3.66 | 7.06 | 1.34 | - |
| YUV | 55.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 6 | 0.88 | 0 | 0.93 | 0.65 | 116.34 | 0.87 | 0.18 |
| Hex | B | 58 | 6 | 58 | 0 | 5D | 41 | 74 | 57 | 12 |
| Octal | 13 | 130 | 6 | 130 | 0 | 135 | 101 | 164 | 127 | 22 |
| Binary | 1011 | 1011000 | 110 | 1011000 | 0 | 1011101 | 1000001 | 1110100 | 1010111 | 10010 |
Color Harmonies of #0B5806
Complementary color
Monochromatic Colors of #0B5806
Black with #0B5806
Text Example
Text Example
White with #0B5806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5806; }
p { color: rgb(11,88,6); }
H1.HeaderClassName
{
color: #0B5806;
}
.AnyTagClassName
{
color: #0B5806;
}
</style>
background-color css
<style>
a { background-color: #0B5806; }
a { background-color: rgb(11,88,6); }
div.DivClassName
{
background-color: #0B5806;
}
.BgClassName
{
background-color: #0B5806;
}
</style>
border-color css
<style>
span { border-color: #0B5806; }
span { border-color: rgb(11,88,6); }
td.TdClassName
{
border-color: #0B5806;
}
.TagClassName
{
border-color: #0B5806;
}
</style>