Shades of Green #0B8616
Tints of Green #0B8616
RGB
CMYK
RGB Variations
Color information
#0B8616 (or 0x0B8616) is known color: Green. HEX triplet: 0B, 86 and 16. RGB value is (11,134,22). Sum of RGB (Red+Green+Blue) = 11+134+22=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 134 (52.73% from 255 or 80.24% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 134 - color contains mainly: green. Hex color #0B8616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8616 is #F479E9. Grayscale: #545454. Windows color (decimal): -16021994 or 1476107. OLE color: 1476107.
HSL color Cylindrical-coordinate representation of color #0B8616: hue angle of 125.37º 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 #0B8616 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 134 | 22 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.47 |
| HSL | 125.37º | 0.85% | 0.28% | - |
| HSV(B) | 125.37º | 0.92% | 0.53% | - |
| XYZ | 8.81 | 17.18 | 3.61 | - |
| YUV | 84.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 22 | 0.92 | 0 | 0.84 | 0.47 | 125.37 | 0.85 | 0.28 |
| Hex | B | 86 | 16 | 5C | 0 | 54 | 2F | 7D | 55 | 1C |
| Octal | 13 | 206 | 26 | 134 | 0 | 124 | 57 | 175 | 125 | 34 |
| Binary | 1011 | 10000110 | 10110 | 1011100 | 0 | 1010100 | 101111 | 1111101 | 1010101 | 11100 |
Color Harmonies of #0B8616
Complementary color
Monochromatic Colors of #0B8616
Black with #0B8616
Text Example
Text Example
White with #0B8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8616; }
p { color: rgb(11,134,22); }
H1.HeaderClassName
{
color: #0B8616;
}
.AnyTagClassName
{
color: #0B8616;
}
</style>
background-color css
<style>
a { background-color: #0B8616; }
a { background-color: rgb(11,134,22); }
div.DivClassName
{
background-color: #0B8616;
}
.BgClassName
{
background-color: #0B8616;
}
</style>
border-color css
<style>
span { border-color: #0B8616; }
span { border-color: rgb(11,134,22); }
td.TdClassName
{
border-color: #0B8616;
}
.TagClassName
{
border-color: #0B8616;
}
</style>