Shades of Green #166710
Tints of Green #166710
RGB
CMYK
RGB Variations
Color information
#166710 (or 0x166710) is known color: Green. HEX triplet: 16, 67 and 10. RGB value is (22,103,16). Sum of RGB (Red+Green+Blue) = 22+103+16=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #166710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166710 is #E998EF. Grayscale: #454545. Windows color (decimal): -15309040 or 1074966. OLE color: 1074966.
HSL color Cylindrical-coordinate representation of color #166710: hue angle of 115.86º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #166710 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 16 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.60 |
| HSL | 115.86º | 0.73% | 0.23% | - |
| HSV(B) | 115.86º | 0.84% | 0.4% | - |
| XYZ | 5.27 | 9.91 | 2.12 | - |
| YUV | 68.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 16 | 0.79 | 0 | 0.84 | 0.60 | 115.86 | 0.73 | 0.23 |
| Hex | 16 | 67 | 10 | 4F | 0 | 54 | 3C | 74 | 49 | 17 |
| Octal | 26 | 147 | 20 | 117 | 0 | 124 | 74 | 164 | 111 | 27 |
| Binary | 10110 | 1100111 | 10000 | 1001111 | 0 | 1010100 | 111100 | 1110100 | 1001001 | 10111 |
Color Harmonies of #166710
Complementary color
Monochromatic Colors of #166710
Black with #166710
Text Example
Text Example
White with #166710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166710; }
p { color: rgb(22,103,16); }
H1.HeaderClassName
{
color: #166710;
}
.AnyTagClassName
{
color: #166710;
}
</style>
background-color css
<style>
a { background-color: #166710; }
a { background-color: rgb(22,103,16); }
div.DivClassName
{
background-color: #166710;
}
.BgClassName
{
background-color: #166710;
}
</style>
border-color css
<style>
span { border-color: #166710; }
span { border-color: rgb(22,103,16); }
td.TdClassName
{
border-color: #166710;
}
.TagClassName
{
border-color: #166710;
}
</style>