Shades of Green #0B7111
Tints of Green #0B7111
RGB
CMYK
RGB Variations
Color information
#0B7111 (or 0x0B7111) is known color: Green. HEX triplet: 0B, 71 and 11. RGB value is (11,113,17). Sum of RGB (Red+Green+Blue) = 11+113+17=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 113 (44.53% from 255 or 80.14% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 113 - color contains mainly: green. Hex color #0B7111 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7111 is #F48EEE. Grayscale: #474747. Windows color (decimal): -16027375 or 1143051. OLE color: 1143051.
HSL color Cylindrical-coordinate representation of color #0B7111: hue angle of 123.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 #0B7111 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 11 | 113 | 17 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.56 |
| HSL | 123.53º | 0.82% | 0.24% | - |
| HSV(B) | 123.53º | 0.9% | 0.44% | - |
| XYZ | 6.14 | 11.92 | 2.51 | - |
| YUV | 71.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 113 | 17 | 0.90 | 0 | 0.85 | 0.56 | 123.53 | 0.82 | 0.24 |
| Hex | B | 71 | 11 | 5A | 0 | 55 | 38 | 7C | 52 | 18 |
| Octal | 13 | 161 | 21 | 132 | 0 | 125 | 70 | 174 | 122 | 30 |
| Binary | 1011 | 1110001 | 10001 | 1011010 | 0 | 1010101 | 111000 | 1111100 | 1010010 | 11000 |
Color Harmonies of #0B7111
Complementary color
Monochromatic Colors of #0B7111
Black with #0B7111
Text Example
Text Example
White with #0B7111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7111; }
p { color: rgb(11,113,17); }
H1.HeaderClassName
{
color: #0B7111;
}
.AnyTagClassName
{
color: #0B7111;
}
</style>
background-color css
<style>
a { background-color: #0B7111; }
a { background-color: rgb(11,113,17); }
div.DivClassName
{
background-color: #0B7111;
}
.BgClassName
{
background-color: #0B7111;
}
</style>
border-color css
<style>
span { border-color: #0B7111; }
span { border-color: rgb(11,113,17); }
td.TdClassName
{
border-color: #0B7111;
}
.TagClassName
{
border-color: #0B7111;
}
</style>