Shades of Green #0B7511
Tints of Green #0B7511
RGB
CMYK
RGB Variations
Color information
#0B7511 (or 0x0B7511) is known color: Green. HEX triplet: 0B, 75 and 11. RGB value is (11,117,17). Sum of RGB (Red+Green+Blue) = 11+117+17=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #0B7511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7511 is #F48AEE. Grayscale: #4A4A4A. Windows color (decimal): -16026351 or 1144075. OLE color: 1144075.
HSL color Cylindrical-coordinate representation of color #0B7511: hue angle of 123.4º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7511 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 17 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.54 |
| HSL | 123.4º | 0.83% | 0.25% | - |
| HSV(B) | 123.4º | 0.91% | 0.46% | - |
| XYZ | 6.6 | 12.83 | 2.66 | - |
| YUV | 73.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 17 | 0.91 | 0 | 0.85 | 0.54 | 123.4 | 0.83 | 0.25 |
| Hex | B | 75 | 11 | 5B | 0 | 55 | 36 | 7B | 53 | 19 |
| Octal | 13 | 165 | 21 | 133 | 0 | 125 | 66 | 173 | 123 | 31 |
| Binary | 1011 | 1110101 | 10001 | 1011011 | 0 | 1010101 | 110110 | 1111011 | 1010011 | 11001 |
Color Harmonies of #0B7511
Complementary color
Monochromatic Colors of #0B7511
Black with #0B7511
Text Example
Text Example
White with #0B7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7511; }
p { color: rgb(11,117,17); }
H1.HeaderClassName
{
color: #0B7511;
}
.AnyTagClassName
{
color: #0B7511;
}
</style>
background-color css
<style>
a { background-color: #0B7511; }
a { background-color: rgb(11,117,17); }
div.DivClassName
{
background-color: #0B7511;
}
.BgClassName
{
background-color: #0B7511;
}
</style>
border-color css
<style>
span { border-color: #0B7511; }
span { border-color: rgb(11,117,17); }
td.TdClassName
{
border-color: #0B7511;
}
.TagClassName
{
border-color: #0B7511;
}
</style>