Shades of Green #166704
Tints of Green #166704
RGB
CMYK
RGB Variations
Color information
#166704 (or 0x166704) is known color: Green. HEX triplet: 16, 67 and 04. RGB value is (22,103,4). Sum of RGB (Red+Green+Blue) = 22+103+4=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 103 (40.62% from 255 or 79.84% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 103 - color contains mainly: green. Hex color #166704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166704 is #E998FB. Grayscale: #434343. Windows color (decimal): -15309052 or 288534. OLE color: 288534.
HSL color Cylindrical-coordinate representation of color #166704: hue angle of 109.09º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #166704 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 4 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.60 |
| HSL | 109.09º | 0.93% | 0.21% | - |
| HSV(B) | 109.09º | 0.96% | 0.4% | - |
| XYZ | 5.2 | 9.88 | 1.75 | - |
| YUV | 67.5 | 92.16 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 4 | 0.79 | 0 | 0.96 | 0.60 | 109.09 | 0.93 | 0.21 |
| Hex | 16 | 67 | 4 | 4F | 0 | 60 | 3C | 6D | 5D | 15 |
| Octal | 26 | 147 | 4 | 117 | 0 | 140 | 74 | 155 | 135 | 25 |
| Binary | 10110 | 1100111 | 100 | 1001111 | 0 | 1100000 | 111100 | 1101101 | 1011101 | 10101 |
Color Harmonies of #166704
Complementary color
Monochromatic Colors of #166704
Black with #166704
Text Example
Text Example
White with #166704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166704; }
p { color: rgb(22,103,4); }
H1.HeaderClassName
{
color: #166704;
}
.AnyTagClassName
{
color: #166704;
}
</style>
background-color css
<style>
a { background-color: #166704; }
a { background-color: rgb(22,103,4); }
div.DivClassName
{
background-color: #166704;
}
.BgClassName
{
background-color: #166704;
}
</style>
border-color css
<style>
span { border-color: #166704; }
span { border-color: rgb(22,103,4); }
td.TdClassName
{
border-color: #166704;
}
.TagClassName
{
border-color: #166704;
}
</style>