Shades of Elm #167B74
Tints of Elm #167B74
RGB
CMYK
RGB Variations
Color information
#167B74 (or 0x167B74) is known color: Elm. HEX triplet: 16, 7B and 74. RGB value is (22,123,116). Sum of RGB (Red+Green+Blue) = 22+123+116=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #167B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167B74 is #E9848B. Grayscale: #5B5B5B. Windows color (decimal): -15303820 or 7633686. OLE color: 7633686.
HSL color Cylindrical-coordinate representation of color #167B74: hue angle of 175.84º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167B74 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 123 | 116 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.52 |
| HSL | 175.84º | 0.7% | 0.28% | - |
| HSV(B) | 175.84º | 0.82% | 0.48% | - |
| XYZ | 10.57 | 15.6 | 18.98 | - |
| YUV | 92 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 116 | 0.82 | 0 | 0.06 | 0.52 | 175.84 | 0.7 | 0.28 |
| Hex | 16 | 7B | 74 | 52 | 0 | 6 | 34 | B0 | 46 | 1C |
| Octal | 26 | 173 | 164 | 122 | 0 | 6 | 64 | 260 | 106 | 34 |
| Binary | 10110 | 1111011 | 1110100 | 1010010 | 0 | 110 | 110100 | 10110000 | 1000110 | 11100 |
Color Harmonies of #167B74
Complementary color
Monochromatic Colors of #167B74
Black with #167B74
Text Example
Text Example
White with #167B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167B74; }
p { color: rgb(22,123,116); }
H1.HeaderClassName
{
color: #167B74;
}
.AnyTagClassName
{
color: #167B74;
}
</style>
background-color css
<style>
a { background-color: #167B74; }
a { background-color: rgb(22,123,116); }
div.DivClassName
{
background-color: #167B74;
}
.BgClassName
{
background-color: #167B74;
}
</style>
border-color css
<style>
span { border-color: #167B74; }
span { border-color: rgb(22,123,116); }
td.TdClassName
{
border-color: #167B74;
}
.TagClassName
{
border-color: #167B74;
}
</style>