Shades of Elf Green #168668
Tints of Elf Green #168668
RGB
CMYK
RGB Variations
Color information
#168668 (or 0x168668) is known color: Elf Green. HEX triplet: 16, 86 and 68. RGB value is (22,134,104). Sum of RGB (Red+Green+Blue) = 22+134+104=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #168668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168668 is #E97997. Grayscale: #616161. Windows color (decimal): -15301016 or 6850070. OLE color: 6850070.
HSL color Cylindrical-coordinate representation of color #168668: hue angle of 163.93º 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 #168668 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 104 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.47 |
| HSL | 163.93º | 0.72% | 0.31% | - |
| HSV(B) | 163.93º | 0.84% | 0.53% | - |
| XYZ | 11.35 | 18.22 | 16.02 | - |
| YUV | 97.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 104 | 0.84 | 0 | 0.22 | 0.47 | 163.93 | 0.72 | 0.31 |
| Hex | 16 | 86 | 68 | 54 | 0 | 16 | 2F | A4 | 48 | 1F |
| Octal | 26 | 206 | 150 | 124 | 0 | 26 | 57 | 244 | 110 | 37 |
| Binary | 10110 | 10000110 | 1101000 | 1010100 | 0 | 10110 | 101111 | 10100100 | 1001000 | 11111 |
Color Harmonies of #168668
Complementary color
Monochromatic Colors of #168668
Black with #168668
Text Example
Text Example
White with #168668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168668; }
p { color: rgb(22,134,104); }
H1.HeaderClassName
{
color: #168668;
}
.AnyTagClassName
{
color: #168668;
}
</style>
background-color css
<style>
a { background-color: #168668; }
a { background-color: rgb(22,134,104); }
div.DivClassName
{
background-color: #168668;
}
.BgClassName
{
background-color: #168668;
}
</style>
border-color css
<style>
span { border-color: #168668; }
span { border-color: rgb(22,134,104); }
td.TdClassName
{
border-color: #168668;
}
.TagClassName
{
border-color: #168668;
}
</style>