Shades of Green #0B6A16
Tints of Green #0B6A16
RGB
CMYK
RGB Variations
Color information
#0B6A16 (or 0x0B6A16) is known color: Green. HEX triplet: 0B, 6A and 16. RGB value is (11,106,22). Sum of RGB (Red+Green+Blue) = 11+106+22=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 106 (41.80% from 255 or 76.26% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 106 - color contains mainly: green. Hex color #0B6A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6A16 is #F495E9. Grayscale: #444444. Windows color (decimal): -16029162 or 1468939. OLE color: 1468939.
HSL color Cylindrical-coordinate representation of color #0B6A16: hue angle of 126.95º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6A16 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 106 | 22 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.58 |
| HSL | 126.95º | 0.81% | 0.23% | - |
| HSV(B) | 126.95º | 0.9% | 0.42% | - |
| XYZ | 5.44 | 10.44 | 2.49 | - |
| YUV | 68.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 106 | 22 | 0.90 | 0 | 0.79 | 0.58 | 126.95 | 0.81 | 0.23 |
| Hex | B | 6A | 16 | 5A | 0 | 4F | 3A | 7F | 51 | 17 |
| Octal | 13 | 152 | 26 | 132 | 0 | 117 | 72 | 177 | 121 | 27 |
| Binary | 1011 | 1101010 | 10110 | 1011010 | 0 | 1001111 | 111010 | 1111111 | 1010001 | 10111 |
Color Harmonies of #0B6A16
Complementary color
Monochromatic Colors of #0B6A16
Black with #0B6A16
Text Example
Text Example
White with #0B6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6A16; }
p { color: rgb(11,106,22); }
H1.HeaderClassName
{
color: #0B6A16;
}
.AnyTagClassName
{
color: #0B6A16;
}
</style>
background-color css
<style>
a { background-color: #0B6A16; }
a { background-color: rgb(11,106,22); }
div.DivClassName
{
background-color: #0B6A16;
}
.BgClassName
{
background-color: #0B6A16;
}
</style>
border-color css
<style>
span { border-color: #0B6A16; }
span { border-color: rgb(11,106,22); }
td.TdClassName
{
border-color: #0B6A16;
}
.TagClassName
{
border-color: #0B6A16;
}
</style>