Shades of Green #166505
Tints of Green #166505
RGB
CMYK
RGB Variations
Color information
#166505 (or 0x166505) is known color: Green. HEX triplet: 16, 65 and 05. RGB value is (22,101,5). Sum of RGB (Red+Green+Blue) = 22+101+5=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #166505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #166505 is #E99AFA. Grayscale: #424242. Windows color (decimal): -15309563 or 353558. OLE color: 353558.
HSL color Cylindrical-coordinate representation of color #166505: hue angle of 109.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #166505 is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 5 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.60 |
| HSL | 109.38º | 0.91% | 0.21% | - |
| HSV(B) | 109.38º | 0.95% | 0.4% | - |
| XYZ | 5.01 | 9.49 | 1.71 | - |
| YUV | 66.44 | 93.33 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 5 | 0.78 | 0 | 0.95 | 0.60 | 109.38 | 0.91 | 0.21 |
| Hex | 16 | 65 | 5 | 4E | 0 | 5F | 3C | 6D | 5B | 15 |
| Octal | 26 | 145 | 5 | 116 | 0 | 137 | 74 | 155 | 133 | 25 |
| Binary | 10110 | 1100101 | 101 | 1001110 | 0 | 1011111 | 111100 | 1101101 | 1011011 | 10101 |
Color Harmonies of #166505
Complementary color
Monochromatic Colors of #166505
Black with #166505
Text Example
Text Example
White with #166505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166505; }
p { color: rgb(22,101,5); }
H1.HeaderClassName
{
color: #166505;
}
.AnyTagClassName
{
color: #166505;
}
</style>
background-color css
<style>
a { background-color: #166505; }
a { background-color: rgb(22,101,5); }
div.DivClassName
{
background-color: #166505;
}
.BgClassName
{
background-color: #166505;
}
</style>
border-color css
<style>
span { border-color: #166505; }
span { border-color: rgb(22,101,5); }
td.TdClassName
{
border-color: #166505;
}
.TagClassName
{
border-color: #166505;
}
</style>