Shades of Green #0B860A
Tints of Green #0B860A
RGB
CMYK
RGB Variations
Color information
#0B860A (or 0x0B860A) is known color: Green. HEX triplet: 0B, 86 and 0A. RGB value is (11,134,10). Sum of RGB (Red+Green+Blue) = 11+134+10=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 134 (52.73% from 255 or 86.45% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 134 - color contains mainly: green. Hex color #0B860A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B860A is #F479F5. Grayscale: #535353. Windows color (decimal): -16022006 or 689675. OLE color: 689675.
HSL color Cylindrical-coordinate representation of color #0B860A: hue angle of 119.52º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B860A is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 10 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.47 |
| HSL | 119.52º | 0.86% | 0.28% | - |
| HSV(B) | 119.52º | 0.93% | 0.53% | - |
| XYZ | 8.72 | 17.14 | 3.14 | - |
| YUV | 83.09 | 86.75 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 10 | 0.92 | 0 | 0.93 | 0.47 | 119.52 | 0.86 | 0.28 |
| Hex | B | 86 | A | 5C | 0 | 5D | 2F | 78 | 56 | 1C |
| Octal | 13 | 206 | 12 | 134 | 0 | 135 | 57 | 170 | 126 | 34 |
| Binary | 1011 | 10000110 | 1010 | 1011100 | 0 | 1011101 | 101111 | 1111000 | 1010110 | 11100 |
Color Harmonies of #0B860A
Complementary color
Monochromatic Colors of #0B860A
Black with #0B860A
Text Example
Text Example
White with #0B860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B860A; }
p { color: rgb(11,134,10); }
H1.HeaderClassName
{
color: #0B860A;
}
.AnyTagClassName
{
color: #0B860A;
}
</style>
background-color css
<style>
a { background-color: #0B860A; }
a { background-color: rgb(11,134,10); }
div.DivClassName
{
background-color: #0B860A;
}
.BgClassName
{
background-color: #0B860A;
}
</style>
border-color css
<style>
span { border-color: #0B860A; }
span { border-color: rgb(11,134,10); }
td.TdClassName
{
border-color: #0B860A;
}
.TagClassName
{
border-color: #0B860A;
}
</style>