Shades of Elf Green #168975
Tints of Elf Green #168975
RGB
CMYK
RGB Variations
Color information
#168975 (or 0x168975) is known color: Elf Green. HEX triplet: 16, 89 and 75. RGB value is (22,137,117). Sum of RGB (Red+Green+Blue) = 22+137+117=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #168975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168975 is #E9768A. Grayscale: #646464. Windows color (decimal): -15300235 or 7702806. OLE color: 7702806.
HSL color Cylindrical-coordinate representation of color #168975: hue angle of 169.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168975 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 117 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.46 |
| HSL | 169.57º | 0.72% | 0.31% | - |
| HSV(B) | 169.57º | 0.84% | 0.54% | - |
| XYZ | 12.49 | 19.35 | 19.91 | - |
| YUV | 100.34 | 137.4 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 117 | 0.84 | 0 | 0.15 | 0.46 | 169.57 | 0.72 | 0.31 |
| Hex | 16 | 89 | 75 | 54 | 0 | F | 2E | AA | 48 | 1F |
| Octal | 26 | 211 | 165 | 124 | 0 | 17 | 56 | 252 | 110 | 37 |
| Binary | 10110 | 10001001 | 1110101 | 1010100 | 0 | 1111 | 101110 | 10101010 | 1001000 | 11111 |
Color Harmonies of #168975
Complementary color
Monochromatic Colors of #168975
Black with #168975
Text Example
Text Example
White with #168975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168975; }
p { color: rgb(22,137,117); }
H1.HeaderClassName
{
color: #168975;
}
.AnyTagClassName
{
color: #168975;
}
</style>
background-color css
<style>
a { background-color: #168975; }
a { background-color: rgb(22,137,117); }
div.DivClassName
{
background-color: #168975;
}
.BgClassName
{
background-color: #168975;
}
</style>
border-color css
<style>
span { border-color: #168975; }
span { border-color: rgb(22,137,117); }
td.TdClassName
{
border-color: #168975;
}
.TagClassName
{
border-color: #168975;
}
</style>