Shades of Green #0B7016
Tints of Green #0B7016
RGB
CMYK
RGB Variations
Color information
#0B7016 (or 0x0B7016) is known color: Green. HEX triplet: 0B, 70 and 16. RGB value is (11,112,22). Sum of RGB (Red+Green+Blue) = 11+112+22=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7016 is #F48FE9. Grayscale: #474747. Windows color (decimal): -16027626 or 1470475. OLE color: 1470475.
HSL color Cylindrical-coordinate representation of color #0B7016: hue angle of 126.53º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7016 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 22 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.56 |
| HSL | 126.53º | 0.82% | 0.24% | - |
| HSV(B) | 126.53º | 0.9% | 0.44% | - |
| XYZ | 6.08 | 11.72 | 2.7 | - |
| YUV | 71.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 22 | 0.90 | 0 | 0.80 | 0.56 | 126.53 | 0.82 | 0.24 |
| Hex | B | 70 | 16 | 5A | 0 | 50 | 38 | 7F | 52 | 18 |
| Octal | 13 | 160 | 26 | 132 | 0 | 120 | 70 | 177 | 122 | 30 |
| Binary | 1011 | 1110000 | 10110 | 1011010 | 0 | 1010000 | 111000 | 1111111 | 1010010 | 11000 |
Color Harmonies of #0B7016
Complementary color
Monochromatic Colors of #0B7016
Black with #0B7016
Text Example
Text Example
White with #0B7016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7016; }
p { color: rgb(11,112,22); }
H1.HeaderClassName
{
color: #0B7016;
}
.AnyTagClassName
{
color: #0B7016;
}
</style>
background-color css
<style>
a { background-color: #0B7016; }
a { background-color: rgb(11,112,22); }
div.DivClassName
{
background-color: #0B7016;
}
.BgClassName
{
background-color: #0B7016;
}
</style>
border-color css
<style>
span { border-color: #0B7016; }
span { border-color: rgb(11,112,22); }
td.TdClassName
{
border-color: #0B7016;
}
.TagClassName
{
border-color: #0B7016;
}
</style>