Shades of Green #166802
Tints of Green #166802
RGB
CMYK
RGB Variations
Color information
#166802 (or 0x166802) is known color: Green. HEX triplet: 16, 68 and 02. RGB value is (22,104,2). Sum of RGB (Red+Green+Blue) = 22+104+2=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #166802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166802 is #E997FD. Grayscale: #444444. Windows color (decimal): -15308798 or 157718. OLE color: 157718.
HSL color Cylindrical-coordinate representation of color #166802: hue angle of 108.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #166802 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 2 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.59 |
| HSL | 108.24º | 0.96% | 0.21% | - |
| HSV(B) | 108.24º | 0.98% | 0.41% | - |
| XYZ | 5.29 | 10.08 | 1.72 | - |
| YUV | 67.85 | 90.83 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 2 | 0.79 | 0 | 0.98 | 0.59 | 108.24 | 0.96 | 0.21 |
| Hex | 16 | 68 | 2 | 4F | 0 | 62 | 3B | 6C | 60 | 15 |
| Octal | 26 | 150 | 2 | 117 | 0 | 142 | 73 | 154 | 140 | 25 |
| Binary | 10110 | 1101000 | 10 | 1001111 | 0 | 1100010 | 111011 | 1101100 | 1100000 | 10101 |
Color Harmonies of #166802
Complementary color
Monochromatic Colors of #166802
Black with #166802
Text Example
Text Example
White with #166802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166802; }
p { color: rgb(22,104,2); }
H1.HeaderClassName
{
color: #166802;
}
.AnyTagClassName
{
color: #166802;
}
</style>
background-color css
<style>
a { background-color: #166802; }
a { background-color: rgb(22,104,2); }
div.DivClassName
{
background-color: #166802;
}
.BgClassName
{
background-color: #166802;
}
</style>
border-color css
<style>
span { border-color: #166802; }
span { border-color: rgb(22,104,2); }
td.TdClassName
{
border-color: #166802;
}
.TagClassName
{
border-color: #166802;
}
</style>