Shades of Green #0B6616
Tints of Green #0B6616
RGB
CMYK
RGB Variations
Color information
#0B6616 (or 0x0B6616) is known color: Green. HEX triplet: 0B, 66 and 16. RGB value is (11,102,22). Sum of RGB (Red+Green+Blue) = 11+102+22=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 102 (40.23% from 255 or 75.56% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 102 - color contains mainly: green. Hex color #0B6616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0B6616 is #F499E9. Grayscale: #414141. Windows color (decimal): -16030186 or 1467915. OLE color: 1467915.
HSL color Cylindrical-coordinate representation of color #0B6616: hue angle of 127.25º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6616 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 11 | 102 | 22 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.6 |
| HSL | 127.25º | 0.81% | 0.22% | - |
| HSV(B) | 127.25º | 0.89% | 0.4% | - |
| XYZ | 5.03 | 9.63 | 2.35 | - |
| YUV | 65.67 | 103.35 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 102 | 22 | 0.89 | 0 | 0.78 | 0.6 | 127.25 | 0.81 | 0.22 |
| Hex | B | 66 | 16 | 59 | 0 | 4E | 3C | 7F | 51 | 16 |
| Octal | 13 | 146 | 26 | 131 | 0 | 116 | 74 | 177 | 121 | 26 |
| Binary | 1011 | 1100110 | 10110 | 1011001 | 0 | 1001110 | 111100 | 1111111 | 1010001 | 10110 |
Color Harmonies of #0B6616
Complementary color
Monochromatic Colors of #0B6616
Black with #0B6616
Text Example
Text Example
White with #0B6616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6616; }
p { color: rgb(11,102,22); }
H1.HeaderClassName
{
color: #0B6616;
}
.AnyTagClassName
{
color: #0B6616;
}
</style>
background-color css
<style>
a { background-color: #0B6616; }
a { background-color: rgb(11,102,22); }
div.DivClassName
{
background-color: #0B6616;
}
.BgClassName
{
background-color: #0B6616;
}
</style>
border-color css
<style>
span { border-color: #0B6616; }
span { border-color: rgb(11,102,22); }
td.TdClassName
{
border-color: #0B6616;
}
.TagClassName
{
border-color: #0B6616;
}
</style>