Shades of Elm #167C7D
Tints of Elm #167C7D
RGB
CMYK
RGB Variations
Color information
#167C7D (or 0x167C7D) is known color: Elm. HEX triplet: 16, 7C and 7D. RGB value is (22,124,125). Sum of RGB (Red+Green+Blue) = 22+124+125=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #167C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C7D is #E98382. Grayscale: #5D5D5D. Windows color (decimal): -15303555 or 8223766. OLE color: 8223766.
HSL color Cylindrical-coordinate representation of color #167C7D: hue angle of 180.58º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C7D is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 125 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.51 |
| HSL | 180.58º | 0.7% | 0.29% | - |
| HSV(B) | 180.58º | 0.82% | 0.49% | - |
| XYZ | 11.24 | 16.07 | 21.91 | - |
| YUV | 93.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 125 | 0.82 | 0.01 | 0 | 0.51 | 180.58 | 0.7 | 0.29 |
| Hex | 16 | 7C | 7D | 52 | 1 | 0 | 33 | B5 | 46 | 1D |
| Octal | 26 | 174 | 175 | 122 | 1 | 0 | 63 | 265 | 106 | 35 |
| Binary | 10110 | 1111100 | 1111101 | 1010010 | 1 | 0 | 110011 | 10110101 | 1000110 | 11101 |
Color Harmonies of #167C7D
Complementary color
Monochromatic Colors of #167C7D
Black with #167C7D
Text Example
Text Example
White with #167C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C7D; }
p { color: rgb(22,124,125); }
H1.HeaderClassName
{
color: #167C7D;
}
.AnyTagClassName
{
color: #167C7D;
}
</style>
background-color css
<style>
a { background-color: #167C7D; }
a { background-color: rgb(22,124,125); }
div.DivClassName
{
background-color: #167C7D;
}
.BgClassName
{
background-color: #167C7D;
}
</style>
border-color css
<style>
span { border-color: #167C7D; }
span { border-color: rgb(22,124,125); }
td.TdClassName
{
border-color: #167C7D;
}
.TagClassName
{
border-color: #167C7D;
}
</style>