Shades of Green #0B7012
Tints of Green #0B7012
RGB
CMYK
RGB Variations
Color information
#0B7012 (or 0x0B7012) is known color: Green. HEX triplet: 0B, 70 and 12. RGB value is (11,112,18). Sum of RGB (Red+Green+Blue) = 11+112+18=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #0B7012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7012 is #F48FED. Grayscale: #474747. Windows color (decimal): -16027630 or 1208331. OLE color: 1208331.
HSL color Cylindrical-coordinate representation of color #0B7012: hue angle of 124.16º 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 #0B7012 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 112 | 18 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.56 |
| HSL | 124.16º | 0.82% | 0.24% | - |
| HSV(B) | 124.16º | 0.9% | 0.44% | - |
| XYZ | 6.04 | 11.7 | 2.51 | - |
| YUV | 71.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 112 | 18 | 0.90 | 0 | 0.84 | 0.56 | 124.16 | 0.82 | 0.24 |
| Hex | B | 70 | 12 | 5A | 0 | 54 | 38 | 7C | 52 | 18 |
| Octal | 13 | 160 | 22 | 132 | 0 | 124 | 70 | 174 | 122 | 30 |
| Binary | 1011 | 1110000 | 10010 | 1011010 | 0 | 1010100 | 111000 | 1111100 | 1010010 | 11000 |
Color Harmonies of #0B7012
Complementary color
Monochromatic Colors of #0B7012
Black with #0B7012
Text Example
Text Example
White with #0B7012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7012; }
p { color: rgb(11,112,18); }
H1.HeaderClassName
{
color: #0B7012;
}
.AnyTagClassName
{
color: #0B7012;
}
</style>
background-color css
<style>
a { background-color: #0B7012; }
a { background-color: rgb(11,112,18); }
div.DivClassName
{
background-color: #0B7012;
}
.BgClassName
{
background-color: #0B7012;
}
</style>
border-color css
<style>
span { border-color: #0B7012; }
span { border-color: rgb(11,112,18); }
td.TdClassName
{
border-color: #0B7012;
}
.TagClassName
{
border-color: #0B7012;
}
</style>