Shades of Green #166B0B
Tints of Green #166B0B
RGB
CMYK
RGB Variations
Color information
#166B0B (or 0x166B0B) is known color: Green. HEX triplet: 16, 6B and 0B. RGB value is (22,107,11). Sum of RGB (Red+Green+Blue) = 22+107+11=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 107 (42.19% from 255 or 76.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 107 - color contains mainly: green. Hex color #166B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166B0B is #E994F4. Grayscale: #464646. Windows color (decimal): -15308021 or 748310. OLE color: 748310.
HSL color Cylindrical-coordinate representation of color #166B0B: hue angle of 113.12º 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 #166B0B is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 107 | 11 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.58 |
| HSL | 113.13º | 0.81% | 0.23% | - |
| HSV(B) | 113.13º | 0.9% | 0.42% | - |
| XYZ | 5.65 | 10.71 | 2.09 | - |
| YUV | 70.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 11 | 0.79 | 0 | 0.90 | 0.58 | 113.13 | 0.81 | 0.23 |
| Hex | 16 | 6B | B | 4F | 0 | 5A | 3A | 71 | 51 | 17 |
| Octal | 26 | 153 | 13 | 117 | 0 | 132 | 72 | 161 | 121 | 27 |
| Binary | 10110 | 1101011 | 1011 | 1001111 | 0 | 1011010 | 111010 | 1110001 | 1010001 | 10111 |
Color Harmonies of #166B0B
Complementary color
Monochromatic Colors of #166B0B
Black with #166B0B
Text Example
Text Example
White with #166B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166B0B; }
p { color: rgb(22,107,11); }
H1.HeaderClassName
{
color: #166B0B;
}
.AnyTagClassName
{
color: #166B0B;
}
</style>
background-color css
<style>
a { background-color: #166B0B; }
a { background-color: rgb(22,107,11); }
div.DivClassName
{
background-color: #166B0B;
}
.BgClassName
{
background-color: #166B0B;
}
</style>
border-color css
<style>
span { border-color: #166B0B; }
span { border-color: rgb(22,107,11); }
td.TdClassName
{
border-color: #166B0B;
}
.TagClassName
{
border-color: #166B0B;
}
</style>