Shades of Myrtle #0B500C
Tints of Myrtle #0B500C
RGB
CMYK
RGB Variations
Color information
#0B500C (or 0x0B500C) is known color: Myrtle. HEX triplet: 0B, 50 and 0C. RGB value is (11,80,12). Sum of RGB (Red+Green+Blue) = 11+80+12=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #0B500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B500C is #F4AFF3. Grayscale: #333333. Windows color (decimal): -16035828 or 806923. OLE color: 806923.
HSL color Cylindrical-coordinate representation of color #0B500C: hue angle of 120.87º 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 #0B500C is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 80 | 12 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.69 |
| HSL | 120.87º | 0.76% | 0.18% | - |
| HSV(B) | 120.87º | 0.86% | 0.31% | - |
| XYZ | 3.07 | 5.84 | 1.31 | - |
| YUV | 51.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 80 | 12 | 0.86 | 0 | 0.85 | 0.69 | 120.87 | 0.76 | 0.18 |
| Hex | B | 50 | C | 56 | 0 | 55 | 45 | 79 | 4C | 12 |
| Octal | 13 | 120 | 14 | 126 | 0 | 125 | 105 | 171 | 114 | 22 |
| Binary | 1011 | 1010000 | 1100 | 1010110 | 0 | 1010101 | 1000101 | 1111001 | 1001100 | 10010 |
Color Harmonies of #0B500C
Complementary color
Monochromatic Colors of #0B500C
Black with #0B500C
Text Example
Text Example
White with #0B500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B500C; }
p { color: rgb(11,80,12); }
H1.HeaderClassName
{
color: #0B500C;
}
.AnyTagClassName
{
color: #0B500C;
}
</style>
background-color css
<style>
a { background-color: #0B500C; }
a { background-color: rgb(11,80,12); }
div.DivClassName
{
background-color: #0B500C;
}
.BgClassName
{
background-color: #0B500C;
}
</style>
border-color css
<style>
span { border-color: #0B500C; }
span { border-color: rgb(11,80,12); }
td.TdClassName
{
border-color: #0B500C;
}
.TagClassName
{
border-color: #0B500C;
}
</style>