Shades of Elm #167976
Tints of Elm #167976
RGB
CMYK
RGB Variations
Color information
#167976 (or 0x167976) is known color: Elm. HEX triplet: 16, 79 and 76. RGB value is (22,121,118). Sum of RGB (Red+Green+Blue) = 22+121+118=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #167976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167976 is #E98689. Grayscale: #5A5A5A. Windows color (decimal): -15304330 or 7764246. OLE color: 7764246.
HSL color Cylindrical-coordinate representation of color #167976: hue angle of 178.18º 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 #167976 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 118 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.53 |
| HSL | 178.18º | 0.69% | 0.28% | - |
| HSV(B) | 178.18º | 0.82% | 0.47% | - |
| XYZ | 10.44 | 15.15 | 19.51 | - |
| YUV | 91.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 118 | 0.82 | 0 | 0.02 | 0.53 | 178.18 | 0.69 | 0.28 |
| Hex | 16 | 79 | 76 | 52 | 0 | 2 | 35 | B2 | 45 | 1C |
| Octal | 26 | 171 | 166 | 122 | 0 | 2 | 65 | 262 | 105 | 34 |
| Binary | 10110 | 1111001 | 1110110 | 1010010 | 0 | 10 | 110101 | 10110010 | 1000101 | 11100 |
Color Harmonies of #167976
Complementary color
Monochromatic Colors of #167976
Black with #167976
Text Example
Text Example
White with #167976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167976; }
p { color: rgb(22,121,118); }
H1.HeaderClassName
{
color: #167976;
}
.AnyTagClassName
{
color: #167976;
}
</style>
background-color css
<style>
a { background-color: #167976; }
a { background-color: rgb(22,121,118); }
div.DivClassName
{
background-color: #167976;
}
.BgClassName
{
background-color: #167976;
}
</style>
border-color css
<style>
span { border-color: #167976; }
span { border-color: rgb(22,121,118); }
td.TdClassName
{
border-color: #167976;
}
.TagClassName
{
border-color: #167976;
}
</style>