Shades of Green #166C07
Tints of Green #166C07
RGB
CMYK
RGB Variations
Color information
#166C07 (or 0x166C07) is known color: Green. HEX triplet: 16, 6C and 07. RGB value is (22,108,7). Sum of RGB (Red+Green+Blue) = 22+108+7=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 108 (42.58% from 255 or 78.83% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 108 - color contains mainly: green. Hex color #166C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166C07 is #E993F8. Grayscale: #474747. Windows color (decimal): -15307769 or 486422. OLE color: 486422.
HSL color Cylindrical-coordinate representation of color #166C07: hue angle of 111.09º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #166C07 is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 7 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.58 |
| HSL | 111.09º | 0.88% | 0.23% | - |
| HSV(B) | 111.09º | 0.94% | 0.42% | - |
| XYZ | 5.73 | 10.91 | 2 | - |
| YUV | 70.77 | 92.01 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 7 | 0.80 | 0 | 0.94 | 0.58 | 111.09 | 0.88 | 0.23 |
| Hex | 16 | 6C | 7 | 50 | 0 | 5E | 3A | 6F | 58 | 17 |
| Octal | 26 | 154 | 7 | 120 | 0 | 136 | 72 | 157 | 130 | 27 |
| Binary | 10110 | 1101100 | 111 | 1010000 | 0 | 1011110 | 111010 | 1101111 | 1011000 | 10111 |
Color Harmonies of #166C07
Complementary color
Monochromatic Colors of #166C07
Black with #166C07
Text Example
Text Example
White with #166C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C07; }
p { color: rgb(22,108,7); }
H1.HeaderClassName
{
color: #166C07;
}
.AnyTagClassName
{
color: #166C07;
}
</style>
background-color css
<style>
a { background-color: #166C07; }
a { background-color: rgb(22,108,7); }
div.DivClassName
{
background-color: #166C07;
}
.BgClassName
{
background-color: #166C07;
}
</style>
border-color css
<style>
span { border-color: #166C07; }
span { border-color: rgb(22,108,7); }
td.TdClassName
{
border-color: #166C07;
}
.TagClassName
{
border-color: #166C07;
}
</style>