Shades of Elm #157C74
Tints of Elm #157C74
RGB
CMYK
RGB Variations
Color information
#157C74 (or 0x157C74) is known color: Elm. HEX triplet: 15, 7C and 74. RGB value is (21,124,116). Sum of RGB (Red+Green+Blue) = 21+124+116=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #157C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C74 is #EA838B. Grayscale: #5C5C5C. Windows color (decimal): -15369100 or 7633941. OLE color: 7633941.
HSL color Cylindrical-coordinate representation of color #157C74: hue angle of 175.34º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C74 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 124 | 116 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.51 |
| HSL | 175.34º | 0.71% | 0.28% | - |
| HSV(B) | 175.34º | 0.83% | 0.49% | - |
| XYZ | 10.67 | 15.84 | 19.02 | - |
| YUV | 92.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 124 | 116 | 0.83 | 0 | 0.06 | 0.51 | 175.34 | 0.71 | 0.28 |
| Hex | 15 | 7C | 74 | 53 | 0 | 6 | 33 | AF | 47 | 1C |
| Octal | 25 | 174 | 164 | 123 | 0 | 6 | 63 | 257 | 107 | 34 |
| Binary | 10101 | 1111100 | 1110100 | 1010011 | 0 | 110 | 110011 | 10101111 | 1000111 | 11100 |
Color Harmonies of #157C74
Complementary color
Monochromatic Colors of #157C74
Black with #157C74
Text Example
Text Example
White with #157C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157C74; }
p { color: rgb(21,124,116); }
H1.HeaderClassName
{
color: #157C74;
}
.AnyTagClassName
{
color: #157C74;
}
</style>
background-color css
<style>
a { background-color: #157C74; }
a { background-color: rgb(21,124,116); }
div.DivClassName
{
background-color: #157C74;
}
.BgClassName
{
background-color: #157C74;
}
</style>
border-color css
<style>
span { border-color: #157C74; }
span { border-color: rgb(21,124,116); }
td.TdClassName
{
border-color: #157C74;
}
.TagClassName
{
border-color: #157C74;
}
</style>