Shades of Green #0B860E
Tints of Green #0B860E
RGB
CMYK
RGB Variations
Color information
#0B860E (or 0x0B860E) is known color: Green. HEX triplet: 0B, 86 and 0E. RGB value is (11,134,14). Sum of RGB (Red+Green+Blue) = 11+134+14=159 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.92% from 159); Green value is 134 (52.73% from 255 or 84.28% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 134 - color contains mainly: green. Hex color #0B860E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B860E is #F479F1. Grayscale: #535353. Windows color (decimal): -16022002 or 951819. OLE color: 951819.
HSL color Cylindrical-coordinate representation of color #0B860E: hue angle of 121.46º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B860E is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 14 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.47 |
| HSL | 121.46º | 0.85% | 0.28% | - |
| HSV(B) | 121.46º | 0.92% | 0.53% | - |
| XYZ | 8.74 | 17.15 | 3.27 | - |
| YUV | 83.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 14 | 0.92 | 0 | 0.90 | 0.47 | 121.46 | 0.85 | 0.28 |
| Hex | B | 86 | E | 5C | 0 | 5A | 2F | 79 | 55 | 1C |
| Octal | 13 | 206 | 16 | 134 | 0 | 132 | 57 | 171 | 125 | 34 |
| Binary | 1011 | 10000110 | 1110 | 1011100 | 0 | 1011010 | 101111 | 1111001 | 1010101 | 11100 |
Color Harmonies of #0B860E
Complementary color
Monochromatic Colors of #0B860E
Black with #0B860E
Text Example
Text Example
White with #0B860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B860E; }
p { color: rgb(11,134,14); }
H1.HeaderClassName
{
color: #0B860E;
}
.AnyTagClassName
{
color: #0B860E;
}
</style>
background-color css
<style>
a { background-color: #0B860E; }
a { background-color: rgb(11,134,14); }
div.DivClassName
{
background-color: #0B860E;
}
.BgClassName
{
background-color: #0B860E;
}
</style>
border-color css
<style>
span { border-color: #0B860E; }
span { border-color: rgb(11,134,14); }
td.TdClassName
{
border-color: #0B860E;
}
.TagClassName
{
border-color: #0B860E;
}
</style>