Shades of Elf Green #168678
Tints of Elf Green #168678
RGB
CMYK
RGB Variations
Color information
#168678 (or 0x168678) is known color: Elf Green. HEX triplet: 16, 86 and 78. RGB value is (22,134,120). Sum of RGB (Red+Green+Blue) = 22+134+120=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #168678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168678 is #E97987. Grayscale: #626262. Windows color (decimal): -15301000 or 7898646. OLE color: 7898646.
HSL color Cylindrical-coordinate representation of color #168678: hue angle of 172.5º 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 #168678 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 120 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.47 |
| HSL | 172.5º | 0.72% | 0.31% | - |
| HSV(B) | 172.5º | 0.84% | 0.53% | - |
| XYZ | 12.25 | 18.58 | 20.71 | - |
| YUV | 98.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 120 | 0.84 | 0 | 0.10 | 0.47 | 172.5 | 0.72 | 0.31 |
| Hex | 16 | 86 | 78 | 54 | 0 | A | 2F | AC | 48 | 1F |
| Octal | 26 | 206 | 170 | 124 | 0 | 12 | 57 | 254 | 110 | 37 |
| Binary | 10110 | 10000110 | 1111000 | 1010100 | 0 | 1010 | 101111 | 10101100 | 1001000 | 11111 |
Color Harmonies of #168678
Complementary color
Monochromatic Colors of #168678
Black with #168678
Text Example
Text Example
White with #168678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168678; }
p { color: rgb(22,134,120); }
H1.HeaderClassName
{
color: #168678;
}
.AnyTagClassName
{
color: #168678;
}
</style>
background-color css
<style>
a { background-color: #168678; }
a { background-color: rgb(22,134,120); }
div.DivClassName
{
background-color: #168678;
}
.BgClassName
{
background-color: #168678;
}
</style>
border-color css
<style>
span { border-color: #168678; }
span { border-color: rgb(22,134,120); }
td.TdClassName
{
border-color: #168678;
}
.TagClassName
{
border-color: #168678;
}
</style>