Shades of Elf Green #168B76
Tints of Elf Green #168B76
RGB
CMYK
RGB Variations
Color information
#168B76 (or 0x168B76) is known color: Elf Green. HEX triplet: 16, 8B and 76. RGB value is (22,139,118). Sum of RGB (Red+Green+Blue) = 22+139+118=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #168B76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B76 is #E97489. Grayscale: #656565. Windows color (decimal): -15299722 or 7768854. OLE color: 7768854.
HSL color Cylindrical-coordinate representation of color #168B76: hue angle of 169.23º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B76 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 118 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.45 |
| HSL | 169.23º | 0.73% | 0.32% | - |
| HSV(B) | 169.23º | 0.84% | 0.55% | - |
| XYZ | 12.83 | 19.94 | 20.31 | - |
| YUV | 101.62 | 137.24 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 118 | 0.84 | 0 | 0.15 | 0.45 | 169.23 | 0.73 | 0.32 |
| Hex | 16 | 8B | 76 | 54 | 0 | F | 2D | A9 | 49 | 20 |
| Octal | 26 | 213 | 166 | 124 | 0 | 17 | 55 | 251 | 111 | 40 |
| Binary | 10110 | 10001011 | 1110110 | 1010100 | 0 | 1111 | 101101 | 10101001 | 1001001 | 100000 |
Color Harmonies of #168B76
Complementary color
Monochromatic Colors of #168B76
Black with #168B76
Text Example
Text Example
White with #168B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B76; }
p { color: rgb(22,139,118); }
H1.HeaderClassName
{
color: #168B76;
}
.AnyTagClassName
{
color: #168B76;
}
</style>
background-color css
<style>
a { background-color: #168B76; }
a { background-color: rgb(22,139,118); }
div.DivClassName
{
background-color: #168B76;
}
.BgClassName
{
background-color: #168B76;
}
</style>
border-color css
<style>
span { border-color: #168B76; }
span { border-color: rgb(22,139,118); }
td.TdClassName
{
border-color: #168B76;
}
.TagClassName
{
border-color: #168B76;
}
</style>