Shades of Myrtle #0B5905
Tints of Myrtle #0B5905
RGB
CMYK
RGB Variations
Color information
#0B5905 (or 0x0B5905) is known color: Myrtle. HEX triplet: 0B, 59 and 05. RGB value is (11,89,5). Sum of RGB (Red+Green+Blue) = 11+89+5=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 89 (35.16% from 255 or 84.76% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 89 - color contains mainly: green. Hex color #0B5905 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5905 is #F4A6FA. Grayscale: #383838. Windows color (decimal): -16033531 or 350475. OLE color: 350475.
HSL color Cylindrical-coordinate representation of color #0B5905: hue angle of 115.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5905 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 89 | 5 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.65 |
| HSL | 115.71º | 0.89% | 0.18% | - |
| HSV(B) | 115.71º | 0.94% | 0.35% | - |
| XYZ | 3.74 | 7.23 | 1.34 | - |
| YUV | 56.1 | 99.16 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 89 | 5 | 0.88 | 0 | 0.94 | 0.65 | 115.71 | 0.89 | 0.18 |
| Hex | B | 59 | 5 | 58 | 0 | 5E | 41 | 74 | 59 | 12 |
| Octal | 13 | 131 | 5 | 130 | 0 | 136 | 101 | 164 | 131 | 22 |
| Binary | 1011 | 1011001 | 101 | 1011000 | 0 | 1011110 | 1000001 | 1110100 | 1011001 | 10010 |
Color Harmonies of #0B5905
Complementary color
Monochromatic Colors of #0B5905
Black with #0B5905
Text Example
Text Example
White with #0B5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5905; }
p { color: rgb(11,89,5); }
H1.HeaderClassName
{
color: #0B5905;
}
.AnyTagClassName
{
color: #0B5905;
}
</style>
background-color css
<style>
a { background-color: #0B5905; }
a { background-color: rgb(11,89,5); }
div.DivClassName
{
background-color: #0B5905;
}
.BgClassName
{
background-color: #0B5905;
}
</style>
border-color css
<style>
span { border-color: #0B5905; }
span { border-color: rgb(11,89,5); }
td.TdClassName
{
border-color: #0B5905;
}
.TagClassName
{
border-color: #0B5905;
}
</style>