Shades of Elm #157673
Tints of Elm #157673
RGB
CMYK
RGB Variations
Color information
#157673 (or 0x157673) is known color: Elm. HEX triplet: 15, 76 and 73. RGB value is (21,118,115). Sum of RGB (Red+Green+Blue) = 21+118+115=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #157673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157673 is #EA898C. Grayscale: #585858. Windows color (decimal): -15370637 or 7566869. OLE color: 7566869.
HSL color Cylindrical-coordinate representation of color #157673: hue angle of 178.14º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157673 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 118 | 115 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.54 |
| HSL | 178.14º | 0.7% | 0.27% | - |
| HSV(B) | 178.14º | 0.82% | 0.46% | - |
| XYZ | 9.88 | 14.35 | 18.47 | - |
| YUV | 88.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 115 | 0.82 | 0 | 0.03 | 0.54 | 178.14 | 0.7 | 0.27 |
| Hex | 15 | 76 | 73 | 52 | 0 | 3 | 36 | B2 | 46 | 1B |
| Octal | 25 | 166 | 163 | 122 | 0 | 3 | 66 | 262 | 106 | 33 |
| Binary | 10101 | 1110110 | 1110011 | 1010010 | 0 | 11 | 110110 | 10110010 | 1000110 | 11011 |
Color Harmonies of #157673
Complementary color
Monochromatic Colors of #157673
Black with #157673
Text Example
Text Example
White with #157673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157673; }
p { color: rgb(21,118,115); }
H1.HeaderClassName
{
color: #157673;
}
.AnyTagClassName
{
color: #157673;
}
</style>
background-color css
<style>
a { background-color: #157673; }
a { background-color: rgb(21,118,115); }
div.DivClassName
{
background-color: #157673;
}
.BgClassName
{
background-color: #157673;
}
</style>
border-color css
<style>
span { border-color: #157673; }
span { border-color: rgb(21,118,115); }
td.TdClassName
{
border-color: #157673;
}
.TagClassName
{
border-color: #157673;
}
</style>