Shades of Green #166702
Tints of Green #166702
RGB
CMYK
RGB Variations
Color information
#166702 (or 0x166702) is known color: Green. HEX triplet: 16, 67 and 02. RGB value is (22,103,2). Sum of RGB (Red+Green+Blue) = 22+103+2=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 103 (40.62% from 255 or 81.10% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 103 - color contains mainly: green. Hex color #166702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166702 is #E998FD. Grayscale: #434343. Windows color (decimal): -15309054 or 157462. OLE color: 157462.
HSL color Cylindrical-coordinate representation of color #166702: hue angle of 108.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #166702 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 2 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.60 |
| HSL | 108.12º | 0.96% | 0.21% | - |
| HSV(B) | 108.12º | 0.98% | 0.4% | - |
| XYZ | 5.19 | 9.88 | 1.69 | - |
| YUV | 67.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 2 | 0.79 | 0 | 0.98 | 0.60 | 108.12 | 0.96 | 0.21 |
| Hex | 16 | 67 | 2 | 4F | 0 | 62 | 3C | 6C | 60 | 15 |
| Octal | 26 | 147 | 2 | 117 | 0 | 142 | 74 | 154 | 140 | 25 |
| Binary | 10110 | 1100111 | 10 | 1001111 | 0 | 1100010 | 111100 | 1101100 | 1100000 | 10101 |
Color Harmonies of #166702
Complementary color
Monochromatic Colors of #166702
Black with #166702
Text Example
Text Example
White with #166702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166702; }
p { color: rgb(22,103,2); }
H1.HeaderClassName
{
color: #166702;
}
.AnyTagClassName
{
color: #166702;
}
</style>
background-color css
<style>
a { background-color: #166702; }
a { background-color: rgb(22,103,2); }
div.DivClassName
{
background-color: #166702;
}
.BgClassName
{
background-color: #166702;
}
</style>
border-color css
<style>
span { border-color: #166702; }
span { border-color: rgb(22,103,2); }
td.TdClassName
{
border-color: #166702;
}
.TagClassName
{
border-color: #166702;
}
</style>