Shades of Green #166700
Tints of Green #166700
RGB
CMYK
RGB Variations
Color information
#166700 (or 0x166700) is known color: Green. HEX triplet: 16, 67 and 00. RGB value is (22,103,0). Sum of RGB (Red+Green+Blue) = 22+103+0=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 103 (40.62% from 255 or 82.4% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 103 - color contains mainly: green. Hex color #166700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166700 is #E998FF. Grayscale: #434343. Windows color (decimal): -15309056 or 26390. OLE color: 26390.
HSL color Cylindrical-coordinate representation of color #166700: hue angle of 107.18º 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 #166700 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.60 |
| HSL | 107.18º | 1% | 0.2% | - |
| HSV(B) | 107.18º | 1% | 0.4% | - |
| XYZ | 5.18 | 9.87 | 1.63 | - |
| YUV | 67.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 0 | 0.79 | 0 | 1 | 0.60 | 107.18 | 1 | 0.2 |
| Hex | 16 | 67 | 0 | 4F | 0 | 64 | 3C | 6B | 64 | 14 |
| Octal | 26 | 147 | 0 | 117 | 0 | 144 | 74 | 153 | 144 | 24 |
| Binary | 10110 | 1100111 | 0 | 1001111 | 0 | 1100100 | 111100 | 1101011 | 1100100 | 10100 |
Color Harmonies of #166700
Complementary color
Monochromatic Colors of #166700
Black with #166700
Text Example
Text Example
White with #166700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166700; }
p { color: rgb(22,103,0); }
H1.HeaderClassName
{
color: #166700;
}
.AnyTagClassName
{
color: #166700;
}
</style>
background-color css
<style>
a { background-color: #166700; }
a { background-color: rgb(22,103,0); }
div.DivClassName
{
background-color: #166700;
}
.BgClassName
{
background-color: #166700;
}
</style>
border-color css
<style>
span { border-color: #166700; }
span { border-color: rgb(22,103,0); }
td.TdClassName
{
border-color: #166700;
}
.TagClassName
{
border-color: #166700;
}
</style>