Shades of Myrtle #0B5412
Tints of Myrtle #0B5412
RGB
CMYK
RGB Variations
Color information
#0B5412 (or 0x0B5412) is known color: Myrtle. HEX triplet: 0B, 54 and 12. RGB value is (11,84,18). Sum of RGB (Red+Green+Blue) = 11+84+18=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #0B5412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5412 is #F4ABED. Grayscale: #363636. Windows color (decimal): -16034798 or 1201163. OLE color: 1201163.
HSL color Cylindrical-coordinate representation of color #0B5412: hue angle of 125.75º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B5412 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 84 | 18 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.67 |
| HSL | 125.75º | 0.77% | 0.19% | - |
| HSV(B) | 125.75º | 0.87% | 0.33% | - |
| XYZ | 3.42 | 6.46 | 1.64 | - |
| YUV | 54.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 84 | 18 | 0.87 | 0 | 0.79 | 0.67 | 125.75 | 0.77 | 0.19 |
| Hex | B | 54 | 12 | 57 | 0 | 4F | 43 | 7E | 4D | 13 |
| Octal | 13 | 124 | 22 | 127 | 0 | 117 | 103 | 176 | 115 | 23 |
| Binary | 1011 | 1010100 | 10010 | 1010111 | 0 | 1001111 | 1000011 | 1111110 | 1001101 | 10011 |
Color Harmonies of #0B5412
Complementary color
Monochromatic Colors of #0B5412
Black with #0B5412
Text Example
Text Example
White with #0B5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5412; }
p { color: rgb(11,84,18); }
H1.HeaderClassName
{
color: #0B5412;
}
.AnyTagClassName
{
color: #0B5412;
}
</style>
background-color css
<style>
a { background-color: #0B5412; }
a { background-color: rgb(11,84,18); }
div.DivClassName
{
background-color: #0B5412;
}
.BgClassName
{
background-color: #0B5412;
}
</style>
border-color css
<style>
span { border-color: #0B5412; }
span { border-color: rgb(11,84,18); }
td.TdClassName
{
border-color: #0B5412;
}
.TagClassName
{
border-color: #0B5412;
}
</style>