Shades of Green #0B5E11
Tints of Green #0B5E11
RGB
CMYK
RGB Variations
Color information
#0B5E11 (or 0x0B5E11) is known color: Green. HEX triplet: 0B, 5E and 11. RGB value is (11,94,17). Sum of RGB (Red+Green+Blue) = 11+94+17=122 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.02% from 122); Green value is 94 (37.11% from 255 or 77.05% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 94 - color contains mainly: green. Hex color #0B5E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B5E11 is #F4A1EE. Grayscale: #3C3C3C. Windows color (decimal): -16032239 or 1138187. OLE color: 1138187.
HSL color Cylindrical-coordinate representation of color #0B5E11: hue angle of 124.34º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B5E11 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 11 | 94 | 17 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.63 |
| HSL | 124.34º | 0.79% | 0.21% | - |
| HSV(B) | 124.34º | 0.88% | 0.37% | - |
| XYZ | 4.24 | 8.12 | 1.87 | - |
| YUV | 60.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 17 | 0.88 | 0 | 0.82 | 0.63 | 124.34 | 0.79 | 0.21 |
| Hex | B | 5E | 11 | 58 | 0 | 52 | 3F | 7C | 4F | 15 |
| Octal | 13 | 136 | 21 | 130 | 0 | 122 | 77 | 174 | 117 | 25 |
| Binary | 1011 | 1011110 | 10001 | 1011000 | 0 | 1010010 | 111111 | 1111100 | 1001111 | 10101 |
Color Harmonies of #0B5E11
Complementary color
Monochromatic Colors of #0B5E11
Black with #0B5E11
Text Example
Text Example
White with #0B5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5E11; }
p { color: rgb(11,94,17); }
H1.HeaderClassName
{
color: #0B5E11;
}
.AnyTagClassName
{
color: #0B5E11;
}
</style>
background-color css
<style>
a { background-color: #0B5E11; }
a { background-color: rgb(11,94,17); }
div.DivClassName
{
background-color: #0B5E11;
}
.BgClassName
{
background-color: #0B5E11;
}
</style>
border-color css
<style>
span { border-color: #0B5E11; }
span { border-color: rgb(11,94,17); }
td.TdClassName
{
border-color: #0B5E11;
}
.TagClassName
{
border-color: #0B5E11;
}
</style>