Shades of Green #166500
Tints of Green #166500
RGB
CMYK
RGB Variations
Color information
#166500 (or 0x166500) is known color: Green. HEX triplet: 16, 65 and 00. RGB value is (22,101,0). Sum of RGB (Red+Green+Blue) = 22+101+0=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #166500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166500 is #E99AFF. Grayscale: #424242. Windows color (decimal): -15309568 or 25878. OLE color: 25878.
HSL color Cylindrical-coordinate representation of color #166500: hue angle of 106.93º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #166500 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.60 |
| HSL | 106.93º | 1% | 0.2% | - |
| HSV(B) | 106.93º | 1% | 0.4% | - |
| XYZ | 4.98 | 9.48 | 1.57 | - |
| YUV | 65.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 0 | 0.78 | 0 | 1 | 0.60 | 106.93 | 1 | 0.2 |
| Hex | 16 | 65 | 0 | 4E | 0 | 64 | 3C | 6B | 64 | 14 |
| Octal | 26 | 145 | 0 | 116 | 0 | 144 | 74 | 153 | 144 | 24 |
| Binary | 10110 | 1100101 | 0 | 1001110 | 0 | 1100100 | 111100 | 1101011 | 1100100 | 10100 |
Color Harmonies of #166500
Complementary color
Monochromatic Colors of #166500
Black with #166500
Text Example
Text Example
White with #166500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166500; }
p { color: rgb(22,101,0); }
H1.HeaderClassName
{
color: #166500;
}
.AnyTagClassName
{
color: #166500;
}
</style>
background-color css
<style>
a { background-color: #166500; }
a { background-color: rgb(22,101,0); }
div.DivClassName
{
background-color: #166500;
}
.BgClassName
{
background-color: #166500;
}
</style>
border-color css
<style>
span { border-color: #166500; }
span { border-color: rgb(22,101,0); }
td.TdClassName
{
border-color: #166500;
}
.TagClassName
{
border-color: #166500;
}
</style>