Shades of Green #0B850B
Tints of Green #0B850B
RGB
CMYK
RGB Variations
Color information
#0B850B (or 0x0B850B) is known color: Green. HEX triplet: 0B, 85 and 0B. RGB value is (11,133,11). Sum of RGB (Red+Green+Blue) = 11+133+11=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #0B850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B850B is #F47AF4. Grayscale: #525252. Windows color (decimal): -16022261 or 754955. OLE color: 754955.
HSL color Cylindrical-coordinate representation of color #0B850B: hue angle of 120º 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 #0B850B is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 11 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.48 |
| HSL | 120º | 0.85% | 0.28% | - |
| HSV(B) | 120º | 0.92% | 0.52% | - |
| XYZ | 8.59 | 16.87 | 3.12 | - |
| YUV | 82.61 | 87.58 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 11 | 0.92 | 0 | 0.92 | 0.48 | 120 | 0.85 | 0.28 |
| Hex | B | 85 | B | 5C | 0 | 5C | 30 | 78 | 55 | 1C |
| Octal | 13 | 205 | 13 | 134 | 0 | 134 | 60 | 170 | 125 | 34 |
| Binary | 1011 | 10000101 | 1011 | 1011100 | 0 | 1011100 | 110000 | 1111000 | 1010101 | 11100 |
Color Harmonies of #0B850B
Complementary color
Monochromatic Colors of #0B850B
Black with #0B850B
Text Example
Text Example
White with #0B850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B850B; }
p { color: rgb(11,133,11); }
H1.HeaderClassName
{
color: #0B850B;
}
.AnyTagClassName
{
color: #0B850B;
}
</style>
background-color css
<style>
a { background-color: #0B850B; }
a { background-color: rgb(11,133,11); }
div.DivClassName
{
background-color: #0B850B;
}
.BgClassName
{
background-color: #0B850B;
}
</style>
border-color css
<style>
span { border-color: #0B850B; }
span { border-color: rgb(11,133,11); }
td.TdClassName
{
border-color: #0B850B;
}
.TagClassName
{
border-color: #0B850B;
}
</style>