Shades of Green #0B7210
Tints of Green #0B7210
RGB
CMYK
RGB Variations
Color information
#0B7210 (or 0x0B7210) is known color: Green. HEX triplet: 0B, 72 and 10. RGB value is (11,114,16). Sum of RGB (Red+Green+Blue) = 11+114+16=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 114 (44.92% from 255 or 80.85% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 114 - color contains mainly: green. Hex color #0B7210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7210 is #F48DEF. Grayscale: #484848. Windows color (decimal): -16027120 or 1077771. OLE color: 1077771.
HSL color Cylindrical-coordinate representation of color #0B7210: hue angle of 122.91º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7210 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 114 | 16 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.55 |
| HSL | 122.91º | 0.82% | 0.25% | - |
| HSV(B) | 122.91º | 0.9% | 0.45% | - |
| XYZ | 6.25 | 12.14 | 2.5 | - |
| YUV | 72.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 114 | 16 | 0.90 | 0 | 0.86 | 0.55 | 122.91 | 0.82 | 0.25 |
| Hex | B | 72 | 10 | 5A | 0 | 56 | 37 | 7B | 52 | 19 |
| Octal | 13 | 162 | 20 | 132 | 0 | 126 | 67 | 173 | 122 | 31 |
| Binary | 1011 | 1110010 | 10000 | 1011010 | 0 | 1010110 | 110111 | 1111011 | 1010010 | 11001 |
Color Harmonies of #0B7210
Complementary color
Monochromatic Colors of #0B7210
Black with #0B7210
Text Example
Text Example
White with #0B7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7210; }
p { color: rgb(11,114,16); }
H1.HeaderClassName
{
color: #0B7210;
}
.AnyTagClassName
{
color: #0B7210;
}
</style>
background-color css
<style>
a { background-color: #0B7210; }
a { background-color: rgb(11,114,16); }
div.DivClassName
{
background-color: #0B7210;
}
.BgClassName
{
background-color: #0B7210;
}
</style>
border-color css
<style>
span { border-color: #0B7210; }
span { border-color: rgb(11,114,16); }
td.TdClassName
{
border-color: #0B7210;
}
.TagClassName
{
border-color: #0B7210;
}
</style>