Shades of Green #0B7C11
Tints of Green #0B7C11
RGB
CMYK
RGB Variations
Color information
#0B7C11 (or 0x0B7C11) is known color: Green. HEX triplet: 0B, 7C and 11. RGB value is (11,124,17). Sum of RGB (Red+Green+Blue) = 11+124+17=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 124 (48.83% from 255 or 81.58% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7C11 is #F483EE. Grayscale: #4E4E4E. Windows color (decimal): -16024559 or 1145867. OLE color: 1145867.
HSL color Cylindrical-coordinate representation of color #0B7C11: hue angle of 123.19º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C11 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 17 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.51 |
| HSL | 123.19º | 0.84% | 0.26% | - |
| HSV(B) | 123.19º | 0.91% | 0.49% | - |
| XYZ | 7.45 | 14.53 | 2.94 | - |
| YUV | 78.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 17 | 0.91 | 0 | 0.86 | 0.51 | 123.19 | 0.84 | 0.26 |
| Hex | B | 7C | 11 | 5B | 0 | 56 | 33 | 7B | 54 | 1A |
| Octal | 13 | 174 | 21 | 133 | 0 | 126 | 63 | 173 | 124 | 32 |
| Binary | 1011 | 1111100 | 10001 | 1011011 | 0 | 1010110 | 110011 | 1111011 | 1010100 | 11010 |
Color Harmonies of #0B7C11
Complementary color
Monochromatic Colors of #0B7C11
Black with #0B7C11
Text Example
Text Example
White with #0B7C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C11; }
p { color: rgb(11,124,17); }
H1.HeaderClassName
{
color: #0B7C11;
}
.AnyTagClassName
{
color: #0B7C11;
}
</style>
background-color css
<style>
a { background-color: #0B7C11; }
a { background-color: rgb(11,124,17); }
div.DivClassName
{
background-color: #0B7C11;
}
.BgClassName
{
background-color: #0B7C11;
}
</style>
border-color css
<style>
span { border-color: #0B7C11; }
span { border-color: rgb(11,124,17); }
td.TdClassName
{
border-color: #0B7C11;
}
.TagClassName
{
border-color: #0B7C11;
}
</style>