Shades of Myrtle #0B5000
Tints of Myrtle #0B5000
RGB
CMYK
RGB Variations
Color information
#0B5000 (or 0x0B5000) is known color: Myrtle. HEX triplet: 0B, 50 and 00. RGB value is (11,80,0). Sum of RGB (Red+Green+Blue) = 11+80+0=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 80 (31.64% from 255 or 87.91% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5000 is #F4AFFF. Grayscale: #323232. Windows color (decimal): -16035840 or 20491. OLE color: 20491.
HSL color Cylindrical-coordinate representation of color #0B5000: hue angle of 111.75º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B5000 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 80 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.69 |
| HSL | 111.75º | 1% | 0.16% | - |
| HSV(B) | 111.75º | 1% | 0.31% | - |
| XYZ | 3.01 | 5.81 | 0.96 | - |
| YUV | 50.25 | 99.64 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 0 | 0.86 | 0 | 1 | 0.69 | 111.75 | 1 | 0.16 |
| Hex | B | 50 | 0 | 56 | 0 | 64 | 45 | 70 | 64 | 10 |
| Octal | 13 | 120 | 0 | 126 | 0 | 144 | 105 | 160 | 144 | 20 |
| Binary | 1011 | 1010000 | 0 | 1010110 | 0 | 1100100 | 1000101 | 1110000 | 1100100 | 10000 |
Color Harmonies of #0B5000
Complementary color
Monochromatic Colors of #0B5000
Black with #0B5000
Text Example
Text Example
White with #0B5000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5000; }
p { color: rgb(11,80,0); }
H1.HeaderClassName
{
color: #0B5000;
}
.AnyTagClassName
{
color: #0B5000;
}
</style>
background-color css
<style>
a { background-color: #0B5000; }
a { background-color: rgb(11,80,0); }
div.DivClassName
{
background-color: #0B5000;
}
.BgClassName
{
background-color: #0B5000;
}
</style>
border-color css
<style>
span { border-color: #0B5000; }
span { border-color: rgb(11,80,0); }
td.TdClassName
{
border-color: #0B5000;
}
.TagClassName
{
border-color: #0B5000;
}
</style>