Shades of Elm #167775
Tints of Elm #167775
RGB
CMYK
RGB Variations
Color information
#167775 (or 0x167775) is known color: Elm. HEX triplet: 16, 77 and 75. RGB value is (22,119,117). Sum of RGB (Red+Green+Blue) = 22+119+117=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #167775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167775 is #E9888A. Grayscale: #595959. Windows color (decimal): -15304843 or 7698198. OLE color: 7698198.
HSL color Cylindrical-coordinate representation of color #167775: hue angle of 178.76º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167775 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 117 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.53 |
| HSL | 178.76º | 0.69% | 0.28% | - |
| HSV(B) | 178.76º | 0.82% | 0.47% | - |
| XYZ | 10.14 | 14.65 | 19.12 | - |
| YUV | 89.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 117 | 0.82 | 0 | 0.02 | 0.53 | 178.76 | 0.69 | 0.28 |
| Hex | 16 | 77 | 75 | 52 | 0 | 2 | 35 | B3 | 45 | 1C |
| Octal | 26 | 167 | 165 | 122 | 0 | 2 | 65 | 263 | 105 | 34 |
| Binary | 10110 | 1110111 | 1110101 | 1010010 | 0 | 10 | 110101 | 10110011 | 1000101 | 11100 |
Color Harmonies of #167775
Complementary color
Monochromatic Colors of #167775
Black with #167775
Text Example
Text Example
White with #167775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167775; }
p { color: rgb(22,119,117); }
H1.HeaderClassName
{
color: #167775;
}
.AnyTagClassName
{
color: #167775;
}
</style>
background-color css
<style>
a { background-color: #167775; }
a { background-color: rgb(22,119,117); }
div.DivClassName
{
background-color: #167775;
}
.BgClassName
{
background-color: #167775;
}
</style>
border-color css
<style>
span { border-color: #167775; }
span { border-color: rgb(22,119,117); }
td.TdClassName
{
border-color: #167775;
}
.TagClassName
{
border-color: #167775;
}
</style>