Shades of Elm #17807B
Tints of Elm #17807B
RGB
CMYK
RGB Variations
Color information
#17807B (or 0x17807B) is known color: Elm. HEX triplet: 17, 80 and 7B. RGB value is (23,128,123). Sum of RGB (Red+Green+Blue) = 23+128+123=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #17807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17807B is #E87F84. Grayscale: #5F5F5F. Windows color (decimal): -15236997 or 8093719. OLE color: 8093719.
HSL color Cylindrical-coordinate representation of color #17807B: hue angle of 177.14º 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 #17807B is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 123 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.50 |
| HSL | 177.14º | 0.7% | 0.3% | - |
| HSV(B) | 177.14º | 0.82% | 0.5% | - |
| XYZ | 11.65 | 17.05 | 21.42 | - |
| YUV | 96.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 123 | 0.82 | 0 | 0.04 | 0.50 | 177.14 | 0.7 | 0.3 |
| Hex | 17 | 80 | 7B | 52 | 0 | 4 | 32 | B1 | 46 | 1E |
| Octal | 27 | 200 | 173 | 122 | 0 | 4 | 62 | 261 | 106 | 36 |
| Binary | 10111 | 10000000 | 1111011 | 1010010 | 0 | 100 | 110010 | 10110001 | 1000110 | 11110 |
Color Harmonies of #17807B
Complementary color
Monochromatic Colors of #17807B
Black with #17807B
Text Example
Text Example
White with #17807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17807B; }
p { color: rgb(23,128,123); }
H1.HeaderClassName
{
color: #17807B;
}
.AnyTagClassName
{
color: #17807B;
}
</style>
background-color css
<style>
a { background-color: #17807B; }
a { background-color: rgb(23,128,123); }
div.DivClassName
{
background-color: #17807B;
}
.BgClassName
{
background-color: #17807B;
}
</style>
border-color css
<style>
span { border-color: #17807B; }
span { border-color: rgb(23,128,123); }
td.TdClassName
{
border-color: #17807B;
}
.TagClassName
{
border-color: #17807B;
}
</style>