Shades of Green #166301
Tints of Green #166301
RGB
CMYK
RGB Variations
Color information
#166301 (or 0x166301) is known color: Green. HEX triplet: 16, 63 and 01. RGB value is (22,99,1). Sum of RGB (Red+Green+Blue) = 22+99+1=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 99 (39.06% from 255 or 81.15% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 99 - color contains mainly: green. Hex color #166301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166301 is #E99CFE. Grayscale: #414141. Windows color (decimal): -15310079 or 90902. OLE color: 90902.
HSL color Cylindrical-coordinate representation of color #166301: hue angle of 107.14º 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 #166301 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 99 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.61 |
| HSL | 107.14º | 0.98% | 0.2% | - |
| HSV(B) | 107.14º | 0.99% | 0.39% | - |
| XYZ | 4.8 | 9.1 | 1.53 | - |
| YUV | 64.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 1 | 0.78 | 0 | 0.99 | 0.61 | 107.14 | 0.98 | 0.2 |
| Hex | 16 | 63 | 1 | 4E | 0 | 63 | 3D | 6B | 62 | 14 |
| Octal | 26 | 143 | 1 | 116 | 0 | 143 | 75 | 153 | 142 | 24 |
| Binary | 10110 | 1100011 | 1 | 1001110 | 0 | 1100011 | 111101 | 1101011 | 1100010 | 10100 |
Color Harmonies of #166301
Complementary color
Monochromatic Colors of #166301
Black with #166301
Text Example
Text Example
White with #166301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166301; }
p { color: rgb(22,99,1); }
H1.HeaderClassName
{
color: #166301;
}
.AnyTagClassName
{
color: #166301;
}
</style>
background-color css
<style>
a { background-color: #166301; }
a { background-color: rgb(22,99,1); }
div.DivClassName
{
background-color: #166301;
}
.BgClassName
{
background-color: #166301;
}
</style>
border-color css
<style>
span { border-color: #166301; }
span { border-color: rgb(22,99,1); }
td.TdClassName
{
border-color: #166301;
}
.TagClassName
{
border-color: #166301;
}
</style>