Shades of Dark Spring Green #166F49
Tints of Dark Spring Green #166F49
RGB
CMYK
RGB Variations
Color information
#166F49 (or 0x166F49) is known color: Dark Spring Green. HEX triplet: 16, 6F and 49. RGB value is (22,111,73). Sum of RGB (Red+Green+Blue) = 22+111+73=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #166F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166F49 is #E990B6. Grayscale: #505050. Windows color (decimal): -15306935 or 4812566. OLE color: 4812566.
HSL color Cylindrical-coordinate representation of color #166F49: hue angle of 154.38º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F49 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 73 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.56 |
| HSL | 154.38º | 0.67% | 0.26% | - |
| HSV(B) | 154.38º | 0.8% | 0.44% | - |
| XYZ | 7.22 | 12.02 | 8.24 | - |
| YUV | 80.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 73 | 0.80 | 0 | 0.34 | 0.56 | 154.38 | 0.67 | 0.26 |
| Hex | 16 | 6F | 49 | 50 | 0 | 22 | 38 | 9A | 43 | 1A |
| Octal | 26 | 157 | 111 | 120 | 0 | 42 | 70 | 232 | 103 | 32 |
| Binary | 10110 | 1101111 | 1001001 | 1010000 | 0 | 100010 | 111000 | 10011010 | 1000011 | 11010 |
Color Harmonies of #166F49
Complementary color
Monochromatic Colors of #166F49
Black with #166F49
Text Example
Text Example
White with #166F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F49; }
p { color: rgb(22,111,73); }
H1.HeaderClassName
{
color: #166F49;
}
.AnyTagClassName
{
color: #166F49;
}
</style>
background-color css
<style>
a { background-color: #166F49; }
a { background-color: rgb(22,111,73); }
div.DivClassName
{
background-color: #166F49;
}
.BgClassName
{
background-color: #166F49;
}
</style>
border-color css
<style>
span { border-color: #166F49; }
span { border-color: rgb(22,111,73); }
td.TdClassName
{
border-color: #166F49;
}
.TagClassName
{
border-color: #166F49;
}
</style>