Shades of Elf Green #169679
Tints of Elf Green #169679
RGB
CMYK
RGB Variations
Color information
#169679 (or 0x169679) is known color: Elf Green. HEX triplet: 16, 96 and 79. RGB value is (22,150,121). Sum of RGB (Red+Green+Blue) = 22+150+121=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #169679 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169679 is #E96986. Grayscale: #6C6C6C. Windows color (decimal): -15296903 or 7968278. OLE color: 7968278.
HSL color Cylindrical-coordinate representation of color #169679: hue angle of 166.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169679 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 22 | 150 | 121 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.41 |
| HSL | 166.41º | 0.74% | 0.34% | - |
| HSV(B) | 166.41º | 0.85% | 0.59% | - |
| XYZ | 14.69 | 23.36 | 21.82 | - |
| YUV | 108.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 121 | 0.85 | 0 | 0.19 | 0.41 | 166.41 | 0.74 | 0.34 |
| Hex | 16 | 96 | 79 | 55 | 0 | 13 | 29 | A6 | 4A | 22 |
| Octal | 26 | 226 | 171 | 125 | 0 | 23 | 51 | 246 | 112 | 42 |
| Binary | 10110 | 10010110 | 1111001 | 1010101 | 0 | 10011 | 101001 | 10100110 | 1001010 | 100010 |
Color Harmonies of #169679
Complementary color
Monochromatic Colors of #169679
Black with #169679
Text Example
Text Example
White with #169679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169679; }
p { color: rgb(22,150,121); }
H1.HeaderClassName
{
color: #169679;
}
.AnyTagClassName
{
color: #169679;
}
</style>
background-color css
<style>
a { background-color: #169679; }
a { background-color: rgb(22,150,121); }
div.DivClassName
{
background-color: #169679;
}
.BgClassName
{
background-color: #169679;
}
</style>
border-color css
<style>
span { border-color: #169679; }
span { border-color: rgb(22,150,121); }
td.TdClassName
{
border-color: #169679;
}
.TagClassName
{
border-color: #169679;
}
</style>