Shades of Green #166401
Tints of Green #166401
RGB
CMYK
RGB Variations
Color information
#166401 (or 0x166401) is known color: Green. HEX triplet: 16, 64 and 01. RGB value is (22,100,1). Sum of RGB (Red+Green+Blue) = 22+100+1=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 100 (39.45% from 255 or 81.30% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 100 - color contains mainly: green. Hex color #166401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166401 is #E99BFE. Grayscale: #414141. Windows color (decimal): -15309823 or 91158. OLE color: 91158.
HSL color Cylindrical-coordinate representation of color #166401: hue angle of 107.27º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #166401 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.61 |
| HSL | 107.27º | 0.98% | 0.2% | - |
| HSV(B) | 107.27º | 0.99% | 0.39% | - |
| XYZ | 4.89 | 9.29 | 1.56 | - |
| YUV | 65.39 | 91.66 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 1 | 0.78 | 0 | 0.99 | 0.61 | 107.27 | 0.98 | 0.2 |
| Hex | 16 | 64 | 1 | 4E | 0 | 63 | 3D | 6B | 62 | 14 |
| Octal | 26 | 144 | 1 | 116 | 0 | 143 | 75 | 153 | 142 | 24 |
| Binary | 10110 | 1100100 | 1 | 1001110 | 0 | 1100011 | 111101 | 1101011 | 1100010 | 10100 |
Color Harmonies of #166401
Complementary color
Monochromatic Colors of #166401
Black with #166401
Text Example
Text Example
White with #166401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166401; }
p { color: rgb(22,100,1); }
H1.HeaderClassName
{
color: #166401;
}
.AnyTagClassName
{
color: #166401;
}
</style>
background-color css
<style>
a { background-color: #166401; }
a { background-color: rgb(22,100,1); }
div.DivClassName
{
background-color: #166401;
}
.BgClassName
{
background-color: #166401;
}
</style>
border-color css
<style>
span { border-color: #166401; }
span { border-color: rgb(22,100,1); }
td.TdClassName
{
border-color: #166401;
}
.TagClassName
{
border-color: #166401;
}
</style>