Shades of Elf Green #168E77
Tints of Elf Green #168E77
RGB
CMYK
RGB Variations
Color information
#168E77 (or 0x168E77) is known color: Elf Green. HEX triplet: 16, 8E and 77. RGB value is (22,142,119). Sum of RGB (Red+Green+Blue) = 22+142+119=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #168E77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E77 is #E97188. Grayscale: #676767. Windows color (decimal): -15298953 or 7835158. OLE color: 7835158.
HSL color Cylindrical-coordinate representation of color #168E77: hue angle of 168.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E77 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 119 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.44 |
| HSL | 168.5º | 0.73% | 0.32% | - |
| HSV(B) | 168.5º | 0.85% | 0.56% | - |
| XYZ | 13.33 | 20.85 | 20.77 | - |
| YUV | 103.5 | 136.74 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 119 | 0.85 | 0 | 0.16 | 0.44 | 168.5 | 0.73 | 0.32 |
| Hex | 16 | 8E | 77 | 55 | 0 | 10 | 2C | A8 | 49 | 20 |
| Octal | 26 | 216 | 167 | 125 | 0 | 20 | 54 | 250 | 111 | 40 |
| Binary | 10110 | 10001110 | 1110111 | 1010101 | 0 | 10000 | 101100 | 10101000 | 1001001 | 100000 |
Color Harmonies of #168E77
Complementary color
Monochromatic Colors of #168E77
Black with #168E77
Text Example
Text Example
White with #168E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E77; }
p { color: rgb(22,142,119); }
H1.HeaderClassName
{
color: #168E77;
}
.AnyTagClassName
{
color: #168E77;
}
</style>
background-color css
<style>
a { background-color: #168E77; }
a { background-color: rgb(22,142,119); }
div.DivClassName
{
background-color: #168E77;
}
.BgClassName
{
background-color: #168E77;
}
</style>
border-color css
<style>
span { border-color: #168E77; }
span { border-color: rgb(22,142,119); }
td.TdClassName
{
border-color: #168E77;
}
.TagClassName
{
border-color: #168E77;
}
</style>