Shades of Myrtle #0B4F16
Tints of Myrtle #0B4F16
RGB
CMYK
RGB Variations
Color information
#0B4F16 (or 0x0B4F16) is known color: Myrtle. HEX triplet: 0B, 4F and 16. RGB value is (11,79,22). Sum of RGB (Red+Green+Blue) = 11+79+22=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 79 (31.25% from 255 or 70.54% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B4F16 is #F4B0E9. Grayscale: #343434. Windows color (decimal): -16036074 or 1462027. OLE color: 1462027.
HSL color Cylindrical-coordinate representation of color #0B4F16: hue angle of 129.71º 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 #0B4F16 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 22 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.69 |
| HSL | 129.71º | 0.76% | 0.18% | - |
| HSV(B) | 129.71º | 0.86% | 0.31% | - |
| XYZ | 3.08 | 5.72 | 1.7 | - |
| YUV | 52.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 22 | 0.86 | 0 | 0.72 | 0.69 | 129.71 | 0.76 | 0.18 |
| Hex | B | 4F | 16 | 56 | 0 | 48 | 45 | 82 | 4C | 12 |
| Octal | 13 | 117 | 26 | 126 | 0 | 110 | 105 | 202 | 114 | 22 |
| Binary | 1011 | 1001111 | 10110 | 1010110 | 0 | 1001000 | 1000101 | 10000010 | 1001100 | 10010 |
Color Harmonies of #0B4F16
Complementary color
Monochromatic Colors of #0B4F16
Black with #0B4F16
Text Example
Text Example
White with #0B4F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F16; }
p { color: rgb(11,79,22); }
H1.HeaderClassName
{
color: #0B4F16;
}
.AnyTagClassName
{
color: #0B4F16;
}
</style>
background-color css
<style>
a { background-color: #0B4F16; }
a { background-color: rgb(11,79,22); }
div.DivClassName
{
background-color: #0B4F16;
}
.BgClassName
{
background-color: #0B4F16;
}
</style>
border-color css
<style>
span { border-color: #0B4F16; }
span { border-color: rgb(11,79,22); }
td.TdClassName
{
border-color: #0B4F16;
}
.TagClassName
{
border-color: #0B4F16;
}
</style>