Shades of Elm #157F78
Tints of Elm #157F78
RGB
CMYK
RGB Variations
Color information
#157F78 (or 0x157F78) is known color: Elm. HEX triplet: 15, 7F and 78. RGB value is (21,127,120). Sum of RGB (Red+Green+Blue) = 21+127+120=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #157F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F78 is #EA8087. Grayscale: #5E5E5E. Windows color (decimal): -15368328 or 7896853. OLE color: 7896853.
HSL color Cylindrical-coordinate representation of color #157F78: hue angle of 176.04º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F78 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 127 | 120 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.50 |
| HSL | 176.04º | 0.72% | 0.29% | - |
| HSV(B) | 176.04º | 0.83% | 0.5% | - |
| XYZ | 11.29 | 16.69 | 20.4 | - |
| YUV | 94.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 120 | 0.83 | 0 | 0.06 | 0.50 | 176.04 | 0.72 | 0.29 |
| Hex | 15 | 7F | 78 | 53 | 0 | 6 | 32 | B0 | 48 | 1D |
| Octal | 25 | 177 | 170 | 123 | 0 | 6 | 62 | 260 | 110 | 35 |
| Binary | 10101 | 1111111 | 1111000 | 1010011 | 0 | 110 | 110010 | 10110000 | 1001000 | 11101 |
Color Harmonies of #157F78
Complementary color
Monochromatic Colors of #157F78
Black with #157F78
Text Example
Text Example
White with #157F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F78; }
p { color: rgb(21,127,120); }
H1.HeaderClassName
{
color: #157F78;
}
.AnyTagClassName
{
color: #157F78;
}
</style>
background-color css
<style>
a { background-color: #157F78; }
a { background-color: rgb(21,127,120); }
div.DivClassName
{
background-color: #157F78;
}
.BgClassName
{
background-color: #157F78;
}
</style>
border-color css
<style>
span { border-color: #157F78; }
span { border-color: rgb(21,127,120); }
td.TdClassName
{
border-color: #157F78;
}
.TagClassName
{
border-color: #157F78;
}
</style>