Shades of Elf Green #168875
Tints of Elf Green #168875
RGB
CMYK
RGB Variations
Color information
#168875 (or 0x168875) is known color: Elf Green. HEX triplet: 16, 88 and 75. RGB value is (22,136,117). Sum of RGB (Red+Green+Blue) = 22+136+117=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #168875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168875 is #E9778A. Grayscale: #636363. Windows color (decimal): -15300491 or 7702550. OLE color: 7702550.
HSL color Cylindrical-coordinate representation of color #168875: hue angle of 170º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168875 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 117 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.47 |
| HSL | 170º | 0.72% | 0.31% | - |
| HSV(B) | 170º | 0.84% | 0.53% | - |
| XYZ | 12.35 | 19.06 | 19.86 | - |
| YUV | 99.75 | 137.73 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 117 | 0.84 | 0 | 0.14 | 0.47 | 170 | 0.72 | 0.31 |
| Hex | 16 | 88 | 75 | 54 | 0 | E | 2F | AA | 48 | 1F |
| Octal | 26 | 210 | 165 | 124 | 0 | 16 | 57 | 252 | 110 | 37 |
| Binary | 10110 | 10001000 | 1110101 | 1010100 | 0 | 1110 | 101111 | 10101010 | 1001000 | 11111 |
Color Harmonies of #168875
Complementary color
Monochromatic Colors of #168875
Black with #168875
Text Example
Text Example
White with #168875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168875; }
p { color: rgb(22,136,117); }
H1.HeaderClassName
{
color: #168875;
}
.AnyTagClassName
{
color: #168875;
}
</style>
background-color css
<style>
a { background-color: #168875; }
a { background-color: rgb(22,136,117); }
div.DivClassName
{
background-color: #168875;
}
.BgClassName
{
background-color: #168875;
}
</style>
border-color css
<style>
span { border-color: #168875; }
span { border-color: rgb(22,136,117); }
td.TdClassName
{
border-color: #168875;
}
.TagClassName
{
border-color: #168875;
}
</style>