Shades of Elm #16877C
Tints of Elm #16877C
RGB
CMYK
RGB Variations
Color information
#16877C (or 0x16877C) is known color: Elm. HEX triplet: 16, 87 and 7C. RGB value is (22,135,124). Sum of RGB (Red+Green+Blue) = 22+135+124=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #16877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16877C is #E97883. Grayscale: #636363. Windows color (decimal): -15300740 or 8161046. OLE color: 8161046.
HSL color Cylindrical-coordinate representation of color #16877C: hue angle of 174.16º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16877C is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 135 | 124 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.47 |
| HSL | 174.16º | 0.72% | 0.31% | - |
| HSV(B) | 174.16º | 0.84% | 0.53% | - |
| XYZ | 12.63 | 18.95 | 22.06 | - |
| YUV | 99.96 | 141.56 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 124 | 0.84 | 0 | 0.08 | 0.47 | 174.16 | 0.72 | 0.31 |
| Hex | 16 | 87 | 7C | 54 | 0 | 8 | 2F | AE | 48 | 1F |
| Octal | 26 | 207 | 174 | 124 | 0 | 10 | 57 | 256 | 110 | 37 |
| Binary | 10110 | 10000111 | 1111100 | 1010100 | 0 | 1000 | 101111 | 10101110 | 1001000 | 11111 |
Color Harmonies of #16877C
Complementary color
Monochromatic Colors of #16877C
Black with #16877C
Text Example
Text Example
White with #16877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16877C; }
p { color: rgb(22,135,124); }
H1.HeaderClassName
{
color: #16877C;
}
.AnyTagClassName
{
color: #16877C;
}
</style>
background-color css
<style>
a { background-color: #16877C; }
a { background-color: rgb(22,135,124); }
div.DivClassName
{
background-color: #16877C;
}
.BgClassName
{
background-color: #16877C;
}
</style>
border-color css
<style>
span { border-color: #16877C; }
span { border-color: rgb(22,135,124); }
td.TdClassName
{
border-color: #16877C;
}
.TagClassName
{
border-color: #16877C;
}
</style>