Shades of Green #0B8516
Tints of Green #0B8516
RGB
CMYK
RGB Variations
Color information
#0B8516 (or 0x0B8516) is known color: Green. HEX triplet: 0B, 85 and 16. RGB value is (11,133,22). Sum of RGB (Red+Green+Blue) = 11+133+22=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 133 (52.34% from 255 or 80.12% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8516 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8516 is #F47AE9. Grayscale: #545454. Windows color (decimal): -16022250 or 1475851. OLE color: 1475851.
HSL color Cylindrical-coordinate representation of color #0B8516: hue angle of 125.41º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8516 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 22 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.48 |
| HSL | 125.41º | 0.85% | 0.28% | - |
| HSV(B) | 125.41º | 0.92% | 0.52% | - |
| XYZ | 8.67 | 16.9 | 3.56 | - |
| YUV | 83.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 22 | 0.92 | 0 | 0.83 | 0.48 | 125.41 | 0.85 | 0.28 |
| Hex | B | 85 | 16 | 5C | 0 | 53 | 30 | 7D | 55 | 1C |
| Octal | 13 | 205 | 26 | 134 | 0 | 123 | 60 | 175 | 125 | 34 |
| Binary | 1011 | 10000101 | 10110 | 1011100 | 0 | 1010011 | 110000 | 1111101 | 1010101 | 11100 |
Color Harmonies of #0B8516
Complementary color
Monochromatic Colors of #0B8516
Black with #0B8516
Text Example
Text Example
White with #0B8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8516; }
p { color: rgb(11,133,22); }
H1.HeaderClassName
{
color: #0B8516;
}
.AnyTagClassName
{
color: #0B8516;
}
</style>
background-color css
<style>
a { background-color: #0B8516; }
a { background-color: rgb(11,133,22); }
div.DivClassName
{
background-color: #0B8516;
}
.BgClassName
{
background-color: #0B8516;
}
</style>
border-color css
<style>
span { border-color: #0B8516; }
span { border-color: rgb(11,133,22); }
td.TdClassName
{
border-color: #0B8516;
}
.TagClassName
{
border-color: #0B8516;
}
</style>