Shades of Elm #157874
Tints of Elm #157874
RGB
CMYK
RGB Variations
Color information
#157874 (or 0x157874) is known color: Elm. HEX triplet: 15, 78 and 74. RGB value is (21,120,116). Sum of RGB (Red+Green+Blue) = 21+120+116=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 120 - color contains mainly: green. Hex color #157874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157874 is #EA878B. Grayscale: #595959. Windows color (decimal): -15370124 or 7632917. OLE color: 7632917.
HSL color Cylindrical-coordinate representation of color #157874: hue angle of 177.58º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157874 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 120 | 116 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.53 |
| HSL | 177.58º | 0.7% | 0.28% | - |
| HSV(B) | 177.58º | 0.83% | 0.47% | - |
| XYZ | 10.18 | 14.85 | 18.85 | - |
| YUV | 89.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 116 | 0.83 | 0 | 0.03 | 0.53 | 177.58 | 0.7 | 0.28 |
| Hex | 15 | 78 | 74 | 53 | 0 | 3 | 35 | B2 | 46 | 1C |
| Octal | 25 | 170 | 164 | 123 | 0 | 3 | 65 | 262 | 106 | 34 |
| Binary | 10101 | 1111000 | 1110100 | 1010011 | 0 | 11 | 110101 | 10110010 | 1000110 | 11100 |
Color Harmonies of #157874
Complementary color
Monochromatic Colors of #157874
Black with #157874
Text Example
Text Example
White with #157874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157874; }
p { color: rgb(21,120,116); }
H1.HeaderClassName
{
color: #157874;
}
.AnyTagClassName
{
color: #157874;
}
</style>
background-color css
<style>
a { background-color: #157874; }
a { background-color: rgb(21,120,116); }
div.DivClassName
{
background-color: #157874;
}
.BgClassName
{
background-color: #157874;
}
</style>
border-color css
<style>
span { border-color: #157874; }
span { border-color: rgb(21,120,116); }
td.TdClassName
{
border-color: #157874;
}
.TagClassName
{
border-color: #157874;
}
</style>