Shades of Elf Green #168F75
Tints of Elf Green #168F75
RGB
CMYK
RGB Variations
Color information
#168F75 (or 0x168F75) is known color: Elf Green. HEX triplet: 16, 8F and 75. RGB value is (22,143,117). Sum of RGB (Red+Green+Blue) = 22+143+117=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 143 (56.25% from 255 or 50.71% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 143 - color contains mainly: green. Hex color #168F75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168F75 is #E9708A. Grayscale: #676767. Windows color (decimal): -15298699 or 7704342. OLE color: 7704342.
HSL color Cylindrical-coordinate representation of color #168F75: hue angle of 167.11º 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 #168F75 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 143 | 117 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.44 |
| HSL | 167.11º | 0.73% | 0.32% | - |
| HSV(B) | 167.11º | 0.85% | 0.56% | - |
| XYZ | 13.36 | 21.1 | 20.2 | - |
| YUV | 103.86 | 135.41 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 117 | 0.85 | 0 | 0.18 | 0.44 | 167.11 | 0.73 | 0.32 |
| Hex | 16 | 8F | 75 | 55 | 0 | 12 | 2C | A7 | 49 | 20 |
| Octal | 26 | 217 | 165 | 125 | 0 | 22 | 54 | 247 | 111 | 40 |
| Binary | 10110 | 10001111 | 1110101 | 1010101 | 0 | 10010 | 101100 | 10100111 | 1001001 | 100000 |
Color Harmonies of #168F75
Complementary color
Monochromatic Colors of #168F75
Black with #168F75
Text Example
Text Example
White with #168F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168F75; }
p { color: rgb(22,143,117); }
H1.HeaderClassName
{
color: #168F75;
}
.AnyTagClassName
{
color: #168F75;
}
</style>
background-color css
<style>
a { background-color: #168F75; }
a { background-color: rgb(22,143,117); }
div.DivClassName
{
background-color: #168F75;
}
.BgClassName
{
background-color: #168F75;
}
</style>
border-color css
<style>
span { border-color: #168F75; }
span { border-color: rgb(22,143,117); }
td.TdClassName
{
border-color: #168F75;
}
.TagClassName
{
border-color: #168F75;
}
</style>