Shades of Elm #17807A
Tints of Elm #17807A
RGB
CMYK
RGB Variations
Color information
#17807A (or 0x17807A) is known color: Elm. HEX triplet: 17, 80 and 7A. RGB value is (23,128,122). Sum of RGB (Red+Green+Blue) = 23+128+122=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 128 - color contains mainly: green. Hex color #17807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17807A is #E87F85. Grayscale: #5F5F5F. Windows color (decimal): -15236998 or 8028183. OLE color: 8028183.
HSL color Cylindrical-coordinate representation of color #17807A: hue angle of 176.57º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17807A is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 122 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.50 |
| HSL | 176.57º | 0.7% | 0.3% | - |
| HSV(B) | 176.57º | 0.82% | 0.5% | - |
| XYZ | 11.59 | 17.03 | 21.09 | - |
| YUV | 95.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 122 | 0.82 | 0 | 0.05 | 0.50 | 176.57 | 0.7 | 0.3 |
| Hex | 17 | 80 | 7A | 52 | 0 | 5 | 32 | B1 | 46 | 1E |
| Octal | 27 | 200 | 172 | 122 | 0 | 5 | 62 | 261 | 106 | 36 |
| Binary | 10111 | 10000000 | 1111010 | 1010010 | 0 | 101 | 110010 | 10110001 | 1000110 | 11110 |
Color Harmonies of #17807A
Complementary color
Monochromatic Colors of #17807A
Black with #17807A
Text Example
Text Example
White with #17807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17807A; }
p { color: rgb(23,128,122); }
H1.HeaderClassName
{
color: #17807A;
}
.AnyTagClassName
{
color: #17807A;
}
</style>
background-color css
<style>
a { background-color: #17807A; }
a { background-color: rgb(23,128,122); }
div.DivClassName
{
background-color: #17807A;
}
.BgClassName
{
background-color: #17807A;
}
</style>
border-color css
<style>
span { border-color: #17807A; }
span { border-color: rgb(23,128,122); }
td.TdClassName
{
border-color: #17807A;
}
.TagClassName
{
border-color: #17807A;
}
</style>