Shades of Myrtle #0B4E16
Tints of Myrtle #0B4E16
RGB
CMYK
RGB Variations
Color information
#0B4E16 (or 0x0B4E16) is known color: Myrtle. HEX triplet: 0B, 4E and 16. RGB value is (11,78,22). Sum of RGB (Red+Green+Blue) = 11+78+22=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 78 (30.86% from 255 or 70.27% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 78 - color contains mainly: green. Hex color #0B4E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4E16 is #F4B1E9. Grayscale: #333333. Windows color (decimal): -16036330 or 1461771. OLE color: 1461771.
HSL color Cylindrical-coordinate representation of color #0B4E16: hue angle of 129.85º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4E16 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 78 | 22 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.69 |
| HSL | 129.85º | 0.75% | 0.17% | - |
| HSV(B) | 129.85º | 0.86% | 0.31% | - |
| XYZ | 3.01 | 5.58 | 1.68 | - |
| YUV | 51.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 22 | 0.86 | 0 | 0.72 | 0.69 | 129.85 | 0.75 | 0.17 |
| Hex | B | 4E | 16 | 56 | 0 | 48 | 45 | 82 | 4B | 11 |
| Octal | 13 | 116 | 26 | 126 | 0 | 110 | 105 | 202 | 113 | 21 |
| Binary | 1011 | 1001110 | 10110 | 1010110 | 0 | 1001000 | 1000101 | 10000010 | 1001011 | 10001 |
Color Harmonies of #0B4E16
Complementary color
Monochromatic Colors of #0B4E16
Black with #0B4E16
Text Example
Text Example
White with #0B4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4E16; }
p { color: rgb(11,78,22); }
H1.HeaderClassName
{
color: #0B4E16;
}
.AnyTagClassName
{
color: #0B4E16;
}
</style>
background-color css
<style>
a { background-color: #0B4E16; }
a { background-color: rgb(11,78,22); }
div.DivClassName
{
background-color: #0B4E16;
}
.BgClassName
{
background-color: #0B4E16;
}
</style>
border-color css
<style>
span { border-color: #0B4E16; }
span { border-color: rgb(11,78,22); }
td.TdClassName
{
border-color: #0B4E16;
}
.TagClassName
{
border-color: #0B4E16;
}
</style>