Shades of Green #0B7816
Tints of Green #0B7816
RGB
CMYK
RGB Variations
Color information
#0B7816 (or 0x0B7816) is known color: Green. HEX triplet: 0B, 78 and 16. RGB value is (11,120,22). Sum of RGB (Red+Green+Blue) = 11+120+22=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 120 (47.27% from 255 or 78.43% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B7816 is #F487E9. Grayscale: #4C4C4C. Windows color (decimal): -16025578 or 1472523. OLE color: 1472523.
HSL color Cylindrical-coordinate representation of color #0B7816: hue angle of 126.06º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7816 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 120 | 22 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.53 |
| HSL | 126.06º | 0.83% | 0.26% | - |
| HSV(B) | 126.06º | 0.91% | 0.47% | - |
| XYZ | 7 | 13.56 | 3.01 | - |
| YUV | 76.24 | 97.39 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 120 | 22 | 0.91 | 0 | 0.82 | 0.53 | 126.06 | 0.83 | 0.26 |
| Hex | B | 78 | 16 | 5B | 0 | 52 | 35 | 7E | 53 | 1A |
| Octal | 13 | 170 | 26 | 133 | 0 | 122 | 65 | 176 | 123 | 32 |
| Binary | 1011 | 1111000 | 10110 | 1011011 | 0 | 1010010 | 110101 | 1111110 | 1010011 | 11010 |
Color Harmonies of #0B7816
Complementary color
Monochromatic Colors of #0B7816
Black with #0B7816
Text Example
Text Example
White with #0B7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7816; }
p { color: rgb(11,120,22); }
H1.HeaderClassName
{
color: #0B7816;
}
.AnyTagClassName
{
color: #0B7816;
}
</style>
background-color css
<style>
a { background-color: #0B7816; }
a { background-color: rgb(11,120,22); }
div.DivClassName
{
background-color: #0B7816;
}
.BgClassName
{
background-color: #0B7816;
}
</style>
border-color css
<style>
span { border-color: #0B7816; }
span { border-color: rgb(11,120,22); }
td.TdClassName
{
border-color: #0B7816;
}
.TagClassName
{
border-color: #0B7816;
}
</style>