Shades of Elm #167C78
Tints of Elm #167C78
RGB
CMYK
RGB Variations
Color information
#167C78 (or 0x167C78) is known color: Elm. HEX triplet: 16, 7C and 78. RGB value is (22,124,120). Sum of RGB (Red+Green+Blue) = 22+124+120=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #167C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C78 is #E98387. Grayscale: #5C5C5C. Windows color (decimal): -15303560 or 7896086. OLE color: 7896086.
HSL color Cylindrical-coordinate representation of color #167C78: hue angle of 177.65º 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 #167C78 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 120 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.51 |
| HSL | 177.65º | 0.7% | 0.29% | - |
| HSV(B) | 177.65º | 0.82% | 0.49% | - |
| XYZ | 10.93 | 15.94 | 20.27 | - |
| YUV | 93.05 | 143.21 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 120 | 0.82 | 0 | 0.03 | 0.51 | 177.65 | 0.7 | 0.29 |
| Hex | 16 | 7C | 78 | 52 | 0 | 3 | 33 | B2 | 46 | 1D |
| Octal | 26 | 174 | 170 | 122 | 0 | 3 | 63 | 262 | 106 | 35 |
| Binary | 10110 | 1111100 | 1111000 | 1010010 | 0 | 11 | 110011 | 10110010 | 1000110 | 11101 |
Color Harmonies of #167C78
Complementary color
Monochromatic Colors of #167C78
Black with #167C78
Text Example
Text Example
White with #167C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C78; }
p { color: rgb(22,124,120); }
H1.HeaderClassName
{
color: #167C78;
}
.AnyTagClassName
{
color: #167C78;
}
</style>
background-color css
<style>
a { background-color: #167C78; }
a { background-color: rgb(22,124,120); }
div.DivClassName
{
background-color: #167C78;
}
.BgClassName
{
background-color: #167C78;
}
</style>
border-color css
<style>
span { border-color: #167C78; }
span { border-color: rgb(22,124,120); }
td.TdClassName
{
border-color: #167C78;
}
.TagClassName
{
border-color: #167C78;
}
</style>