Shades of Elm #177470
Tints of Elm #177470
RGB
CMYK
RGB Variations
Color information
#177470 (or 0x177470) is known color: Elm. HEX triplet: 17, 74 and 70. RGB value is (23,116,112). Sum of RGB (Red+Green+Blue) = 23+116+112=251 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.16% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #177470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177470 is #E88B8F. Grayscale: #575757. Windows color (decimal): -15240080 or 7369751. OLE color: 7369751.
HSL color Cylindrical-coordinate representation of color #177470: hue angle of 177.42º 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 #177470 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 116 | 112 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.55 |
| HSL | 177.42º | 0.67% | 0.27% | - |
| HSV(B) | 177.42º | 0.8% | 0.45% | - |
| XYZ | 9.52 | 13.84 | 17.5 | - |
| YUV | 87.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 116 | 112 | 0.80 | 0 | 0.03 | 0.55 | 177.42 | 0.67 | 0.27 |
| Hex | 17 | 74 | 70 | 50 | 0 | 3 | 37 | B1 | 43 | 1B |
| Octal | 27 | 164 | 160 | 120 | 0 | 3 | 67 | 261 | 103 | 33 |
| Binary | 10111 | 1110100 | 1110000 | 1010000 | 0 | 11 | 110111 | 10110001 | 1000011 | 11011 |
Color Harmonies of #177470
Complementary color
Monochromatic Colors of #177470
Black with #177470
Text Example
Text Example
White with #177470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177470; }
p { color: rgb(23,116,112); }
H1.HeaderClassName
{
color: #177470;
}
.AnyTagClassName
{
color: #177470;
}
</style>
background-color css
<style>
a { background-color: #177470; }
a { background-color: rgb(23,116,112); }
div.DivClassName
{
background-color: #177470;
}
.BgClassName
{
background-color: #177470;
}
</style>
border-color css
<style>
span { border-color: #177470; }
span { border-color: rgb(23,116,112); }
td.TdClassName
{
border-color: #177470;
}
.TagClassName
{
border-color: #177470;
}
</style>