Shades of Elf Green #168969
Tints of Elf Green #168969
RGB
CMYK
RGB Variations
Color information
#168969 (or 0x168969) is known color: Elf Green. HEX triplet: 16, 89 and 69. RGB value is (22,137,105). Sum of RGB (Red+Green+Blue) = 22+137+105=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #168969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168969 is #E97696. Grayscale: #626262. Windows color (decimal): -15300247 or 6916374. OLE color: 6916374.
HSL color Cylindrical-coordinate representation of color #168969: hue angle of 163.3º 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 #168969 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 105 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.46 |
| HSL | 163.3º | 0.72% | 0.31% | - |
| HSV(B) | 163.3º | 0.84% | 0.54% | - |
| XYZ | 11.83 | 19.08 | 16.42 | - |
| YUV | 98.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 105 | 0.84 | 0 | 0.23 | 0.46 | 163.3 | 0.72 | 0.31 |
| Hex | 16 | 89 | 69 | 54 | 0 | 17 | 2E | A3 | 48 | 1F |
| Octal | 26 | 211 | 151 | 124 | 0 | 27 | 56 | 243 | 110 | 37 |
| Binary | 10110 | 10001001 | 1101001 | 1010100 | 0 | 10111 | 101110 | 10100011 | 1001000 | 11111 |
Color Harmonies of #168969
Complementary color
Monochromatic Colors of #168969
Black with #168969
Text Example
Text Example
White with #168969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168969; }
p { color: rgb(22,137,105); }
H1.HeaderClassName
{
color: #168969;
}
.AnyTagClassName
{
color: #168969;
}
</style>
background-color css
<style>
a { background-color: #168969; }
a { background-color: rgb(22,137,105); }
div.DivClassName
{
background-color: #168969;
}
.BgClassName
{
background-color: #168969;
}
</style>
border-color css
<style>
span { border-color: #168969; }
span { border-color: rgb(22,137,105); }
td.TdClassName
{
border-color: #168969;
}
.TagClassName
{
border-color: #168969;
}
</style>