Shades of Myrtle #0B5017
Tints of Myrtle #0B5017
RGB
CMYK
RGB Variations
Color information
#0B5017 (or 0x0B5017) is known color: Myrtle. HEX triplet: 0B, 50 and 17. RGB value is (11,80,23). Sum of RGB (Red+Green+Blue) = 11+80+23=114 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.65% from 114); Green value is 80 (31.64% from 255 or 70.18% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 80 - color contains mainly: green. Hex color #0B5017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5017 is #F4AFE8. Grayscale: #353535. Windows color (decimal): -16035817 or 1527819. OLE color: 1527819.
HSL color Cylindrical-coordinate representation of color #0B5017: hue angle of 130.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B5017 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 80 | 23 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.69 |
| HSL | 130.43º | 0.76% | 0.18% | - |
| HSV(B) | 130.43º | 0.86% | 0.31% | - |
| XYZ | 3.16 | 5.87 | 1.78 | - |
| YUV | 52.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 23 | 0.86 | 0 | 0.71 | 0.69 | 130.43 | 0.76 | 0.18 |
| Hex | B | 50 | 17 | 56 | 0 | 47 | 45 | 82 | 4C | 12 |
| Octal | 13 | 120 | 27 | 126 | 0 | 107 | 105 | 202 | 114 | 22 |
| Binary | 1011 | 1010000 | 10111 | 1010110 | 0 | 1000111 | 1000101 | 10000010 | 1001100 | 10010 |
Color Harmonies of #0B5017
Complementary color
Monochromatic Colors of #0B5017
Black with #0B5017
Text Example
Text Example
White with #0B5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5017; }
p { color: rgb(11,80,23); }
H1.HeaderClassName
{
color: #0B5017;
}
.AnyTagClassName
{
color: #0B5017;
}
</style>
background-color css
<style>
a { background-color: #0B5017; }
a { background-color: rgb(11,80,23); }
div.DivClassName
{
background-color: #0B5017;
}
.BgClassName
{
background-color: #0B5017;
}
</style>
border-color css
<style>
span { border-color: #0B5017; }
span { border-color: rgb(11,80,23); }
td.TdClassName
{
border-color: #0B5017;
}
.TagClassName
{
border-color: #0B5017;
}
</style>