Shades of Myrtle #0B5108
Tints of Myrtle #0B5108
RGB
CMYK
RGB Variations
Color information
#0B5108 (or 0x0B5108) is known color: Myrtle. HEX triplet: 0B, 51 and 08. RGB value is (11,81,8). Sum of RGB (Red+Green+Blue) = 11+81+8=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 81 (32.03% from 255 or 81% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 81 - color contains mainly: green. Hex color #0B5108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5108 is #F4AEF7. Grayscale: #333333. Windows color (decimal): -16035576 or 545035. OLE color: 545035.
HSL color Cylindrical-coordinate representation of color #0B5108: hue angle of 117.53º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5108 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 11 | 81 | 8 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.68 |
| HSL | 117.53º | 0.82% | 0.17% | - |
| HSV(B) | 117.53º | 0.9% | 0.32% | - |
| XYZ | 3.12 | 5.97 | 1.22 | - |
| YUV | 51.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 81 | 8 | 0.86 | 0 | 0.90 | 0.68 | 117.53 | 0.82 | 0.17 |
| Hex | B | 51 | 8 | 56 | 0 | 5A | 44 | 76 | 52 | 11 |
| Octal | 13 | 121 | 10 | 126 | 0 | 132 | 104 | 166 | 122 | 21 |
| Binary | 1011 | 1010001 | 1000 | 1010110 | 0 | 1011010 | 1000100 | 1110110 | 1010010 | 10001 |
Color Harmonies of #0B5108
Complementary color
Monochromatic Colors of #0B5108
Black with #0B5108
Text Example
Text Example
White with #0B5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5108; }
p { color: rgb(11,81,8); }
H1.HeaderClassName
{
color: #0B5108;
}
.AnyTagClassName
{
color: #0B5108;
}
</style>
background-color css
<style>
a { background-color: #0B5108; }
a { background-color: rgb(11,81,8); }
div.DivClassName
{
background-color: #0B5108;
}
.BgClassName
{
background-color: #0B5108;
}
</style>
border-color css
<style>
span { border-color: #0B5108; }
span { border-color: rgb(11,81,8); }
td.TdClassName
{
border-color: #0B5108;
}
.TagClassName
{
border-color: #0B5108;
}
</style>