Shades of Elf Green #168B65
Tints of Elf Green #168B65
RGB
CMYK
RGB Variations
Color information
#168B65 (or 0x168B65) is known color: Elf Green. HEX triplet: 16, 8B and 65. RGB value is (22,139,101). Sum of RGB (Red+Green+Blue) = 22+139+101=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #168B65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B65 is #E9749A. Grayscale: #636363. Windows color (decimal): -15299739 or 6654742. OLE color: 6654742.
HSL color Cylindrical-coordinate representation of color #168B65: hue angle of 160.51º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B65 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 101 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.45 |
| HSL | 160.51º | 0.73% | 0.32% | - |
| HSV(B) | 160.51º | 0.84% | 0.55% | - |
| XYZ | 11.91 | 19.58 | 15.46 | - |
| YUV | 99.69 | 128.74 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 101 | 0.84 | 0 | 0.27 | 0.45 | 160.51 | 0.73 | 0.32 |
| Hex | 16 | 8B | 65 | 54 | 0 | 1B | 2D | A1 | 49 | 20 |
| Octal | 26 | 213 | 145 | 124 | 0 | 33 | 55 | 241 | 111 | 40 |
| Binary | 10110 | 10001011 | 1100101 | 1010100 | 0 | 11011 | 101101 | 10100001 | 1001001 | 100000 |
Color Harmonies of #168B65
Complementary color
Monochromatic Colors of #168B65
Black with #168B65
Text Example
Text Example
White with #168B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B65; }
p { color: rgb(22,139,101); }
H1.HeaderClassName
{
color: #168B65;
}
.AnyTagClassName
{
color: #168B65;
}
</style>
background-color css
<style>
a { background-color: #168B65; }
a { background-color: rgb(22,139,101); }
div.DivClassName
{
background-color: #168B65;
}
.BgClassName
{
background-color: #168B65;
}
</style>
border-color css
<style>
span { border-color: #168B65; }
span { border-color: rgb(22,139,101); }
td.TdClassName
{
border-color: #168B65;
}
.TagClassName
{
border-color: #168B65;
}
</style>