Shades of Green #166900
Tints of Green #166900
RGB
CMYK
RGB Variations
Color information
#166900 (or 0x166900) is known color: Green. HEX triplet: 16, 69 and 00. RGB value is (22,105,0). Sum of RGB (Red+Green+Blue) = 22+105+0=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #166900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166900 is #E996FF. Grayscale: #444444. Windows color (decimal): -15308544 or 26902. OLE color: 26902.
HSL color Cylindrical-coordinate representation of color #166900: hue angle of 107.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #166900 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 105 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.59 |
| HSL | 107.43º | 1% | 0.21% | - |
| HSV(B) | 107.43º | 1% | 0.41% | - |
| XYZ | 5.38 | 10.27 | 1.7 | - |
| YUV | 68.21 | 89.5 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 0 | 0.79 | 0 | 1 | 0.59 | 107.43 | 1 | 0.21 |
| Hex | 16 | 69 | 0 | 4F | 0 | 64 | 3B | 6B | 64 | 15 |
| Octal | 26 | 151 | 0 | 117 | 0 | 144 | 73 | 153 | 144 | 25 |
| Binary | 10110 | 1101001 | 0 | 1001111 | 0 | 1100100 | 111011 | 1101011 | 1100100 | 10101 |
Color Harmonies of #166900
Complementary color
Monochromatic Colors of #166900
Black with #166900
Text Example
Text Example
White with #166900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166900; }
p { color: rgb(22,105,0); }
H1.HeaderClassName
{
color: #166900;
}
.AnyTagClassName
{
color: #166900;
}
</style>
background-color css
<style>
a { background-color: #166900; }
a { background-color: rgb(22,105,0); }
div.DivClassName
{
background-color: #166900;
}
.BgClassName
{
background-color: #166900;
}
</style>
border-color css
<style>
span { border-color: #166900; }
span { border-color: rgb(22,105,0); }
td.TdClassName
{
border-color: #166900;
}
.TagClassName
{
border-color: #166900;
}
</style>