Shades of Elm #177472
Tints of Elm #177472
RGB
CMYK
RGB Variations
Color information
#177472 (or 0x177472) is known color: Elm. HEX triplet: 17, 74 and 72. RGB value is (23,116,114). Sum of RGB (Red+Green+Blue) = 23+116+114=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #177472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177472 is #E88B8D. Grayscale: #575757. Windows color (decimal): -15240078 or 7500823. OLE color: 7500823.
HSL color Cylindrical-coordinate representation of color #177472: hue angle of 178.71º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177472 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 116 | 114 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.55 |
| HSL | 178.71º | 0.67% | 0.27% | - |
| HSV(B) | 178.71º | 0.8% | 0.45% | - |
| XYZ | 9.64 | 13.89 | 18.09 | - |
| YUV | 87.97 | 142.69 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 114 | 0.80 | 0 | 0.02 | 0.55 | 178.71 | 0.67 | 0.27 |
| Hex | 17 | 74 | 72 | 50 | 0 | 2 | 37 | B3 | 43 | 1B |
| Octal | 27 | 164 | 162 | 120 | 0 | 2 | 67 | 263 | 103 | 33 |
| Binary | 10111 | 1110100 | 1110010 | 1010000 | 0 | 10 | 110111 | 10110011 | 1000011 | 11011 |
Color Harmonies of #177472
Complementary color
Monochromatic Colors of #177472
Black with #177472
Text Example
Text Example
White with #177472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177472; }
p { color: rgb(23,116,114); }
H1.HeaderClassName
{
color: #177472;
}
.AnyTagClassName
{
color: #177472;
}
</style>
background-color css
<style>
a { background-color: #177472; }
a { background-color: rgb(23,116,114); }
div.DivClassName
{
background-color: #177472;
}
.BgClassName
{
background-color: #177472;
}
</style>
border-color css
<style>
span { border-color: #177472; }
span { border-color: rgb(23,116,114); }
td.TdClassName
{
border-color: #177472;
}
.TagClassName
{
border-color: #177472;
}
</style>