Shades of Green #0B8510
Tints of Green #0B8510
RGB
CMYK
RGB Variations
Color information
#0B8510 (or 0x0B8510) is known color: Green. HEX triplet: 0B, 85 and 10. RGB value is (11,133,16). Sum of RGB (Red+Green+Blue) = 11+133+16=160 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.88% from 160); Green value is 133 (52.34% from 255 or 83.12% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8510 is #F47AEF. Grayscale: #535353. Windows color (decimal): -16022256 or 1082635. OLE color: 1082635.
HSL color Cylindrical-coordinate representation of color #0B8510: hue angle of 122.46º 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 #0B8510 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 16 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.48 |
| HSL | 122.46º | 0.85% | 0.28% | - |
| HSV(B) | 122.46º | 0.92% | 0.52% | - |
| XYZ | 8.62 | 16.88 | 3.29 | - |
| YUV | 83.18 | 90.08 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 16 | 0.92 | 0 | 0.88 | 0.48 | 122.46 | 0.85 | 0.28 |
| Hex | B | 85 | 10 | 5C | 0 | 58 | 30 | 7A | 55 | 1C |
| Octal | 13 | 205 | 20 | 134 | 0 | 130 | 60 | 172 | 125 | 34 |
| Binary | 1011 | 10000101 | 10000 | 1011100 | 0 | 1011000 | 110000 | 1111010 | 1010101 | 11100 |
Color Harmonies of #0B8510
Complementary color
Monochromatic Colors of #0B8510
Black with #0B8510
Text Example
Text Example
White with #0B8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8510; }
p { color: rgb(11,133,16); }
H1.HeaderClassName
{
color: #0B8510;
}
.AnyTagClassName
{
color: #0B8510;
}
</style>
background-color css
<style>
a { background-color: #0B8510; }
a { background-color: rgb(11,133,16); }
div.DivClassName
{
background-color: #0B8510;
}
.BgClassName
{
background-color: #0B8510;
}
</style>
border-color css
<style>
span { border-color: #0B8510; }
span { border-color: rgb(11,133,16); }
td.TdClassName
{
border-color: #0B8510;
}
.TagClassName
{
border-color: #0B8510;
}
</style>