Shades of Green #166804
Tints of Green #166804
RGB
CMYK
RGB Variations
Color information
#166804 (or 0x166804) is known color: Green. HEX triplet: 16, 68 and 04. RGB value is (22,104,4). Sum of RGB (Red+Green+Blue) = 22+104+4=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 104 (41.02% from 255 or 80% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 104 - color contains mainly: green. Hex color #166804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166804 is #E997FB. Grayscale: #444444. Windows color (decimal): -15308796 or 288790. OLE color: 288790.
HSL color Cylindrical-coordinate representation of color #166804: hue angle of 109.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #166804 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 4 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.59 |
| HSL | 109.2º | 0.93% | 0.21% | - |
| HSV(B) | 109.2º | 0.96% | 0.41% | - |
| XYZ | 5.3 | 10.08 | 1.78 | - |
| YUV | 68.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 4 | 0.79 | 0 | 0.96 | 0.59 | 109.2 | 0.93 | 0.21 |
| Hex | 16 | 68 | 4 | 4F | 0 | 60 | 3B | 6D | 5D | 15 |
| Octal | 26 | 150 | 4 | 117 | 0 | 140 | 73 | 155 | 135 | 25 |
| Binary | 10110 | 1101000 | 100 | 1001111 | 0 | 1100000 | 111011 | 1101101 | 1011101 | 10101 |
Color Harmonies of #166804
Complementary color
Monochromatic Colors of #166804
Black with #166804
Text Example
Text Example
White with #166804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166804; }
p { color: rgb(22,104,4); }
H1.HeaderClassName
{
color: #166804;
}
.AnyTagClassName
{
color: #166804;
}
</style>
background-color css
<style>
a { background-color: #166804; }
a { background-color: rgb(22,104,4); }
div.DivClassName
{
background-color: #166804;
}
.BgClassName
{
background-color: #166804;
}
</style>
border-color css
<style>
span { border-color: #166804; }
span { border-color: rgb(22,104,4); }
td.TdClassName
{
border-color: #166804;
}
.TagClassName
{
border-color: #166804;
}
</style>