Shades of Elm #167C76
Tints of Elm #167C76
RGB
CMYK
RGB Variations
Color information
#167C76 (or 0x167C76) is known color: Elm. HEX triplet: 16, 7C and 76. RGB value is (22,124,118). Sum of RGB (Red+Green+Blue) = 22+124+118=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #167C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C76 is #E98389. Grayscale: #5C5C5C. Windows color (decimal): -15303562 or 7765014. OLE color: 7765014.
HSL color Cylindrical-coordinate representation of color #167C76: hue angle of 176.47º 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 #167C76 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 118 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.51 |
| HSL | 176.47º | 0.7% | 0.29% | - |
| HSV(B) | 176.47º | 0.82% | 0.49% | - |
| XYZ | 10.81 | 15.89 | 19.64 | - |
| YUV | 92.82 | 142.21 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 118 | 0.82 | 0 | 0.05 | 0.51 | 176.47 | 0.7 | 0.29 |
| Hex | 16 | 7C | 76 | 52 | 0 | 5 | 33 | B0 | 46 | 1D |
| Octal | 26 | 174 | 166 | 122 | 0 | 5 | 63 | 260 | 106 | 35 |
| Binary | 10110 | 1111100 | 1110110 | 1010010 | 0 | 101 | 110011 | 10110000 | 1000110 | 11101 |
Color Harmonies of #167C76
Complementary color
Monochromatic Colors of #167C76
Black with #167C76
Text Example
Text Example
White with #167C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C76; }
p { color: rgb(22,124,118); }
H1.HeaderClassName
{
color: #167C76;
}
.AnyTagClassName
{
color: #167C76;
}
</style>
background-color css
<style>
a { background-color: #167C76; }
a { background-color: rgb(22,124,118); }
div.DivClassName
{
background-color: #167C76;
}
.BgClassName
{
background-color: #167C76;
}
</style>
border-color css
<style>
span { border-color: #167C76; }
span { border-color: rgb(22,124,118); }
td.TdClassName
{
border-color: #167C76;
}
.TagClassName
{
border-color: #167C76;
}
</style>