Shades of Elm #16807A
Tints of Elm #16807A
RGB
CMYK
RGB Variations
Color information
#16807A (or 0x16807A) is known color: Elm. HEX triplet: 16, 80 and 7A. RGB value is (22,128,122). Sum of RGB (Red+Green+Blue) = 22+128+122=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #16807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16807A is #E97F85. Grayscale: #5F5F5F. Windows color (decimal): -15302534 or 8028182. OLE color: 8028182.
HSL color Cylindrical-coordinate representation of color #16807A: hue angle of 176.6º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16807A is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 22 | 128 | 122 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.50 |
| HSL | 176.6º | 0.71% | 0.29% | - |
| HSV(B) | 176.6º | 0.83% | 0.5% | - |
| XYZ | 11.56 | 17.01 | 21.09 | - |
| YUV | 95.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 122 | 0.83 | 0 | 0.05 | 0.50 | 176.6 | 0.71 | 0.29 |
| Hex | 16 | 80 | 7A | 53 | 0 | 5 | 32 | B1 | 47 | 1D |
| Octal | 26 | 200 | 172 | 123 | 0 | 5 | 62 | 261 | 107 | 35 |
| Binary | 10110 | 10000000 | 1111010 | 1010011 | 0 | 101 | 110010 | 10110001 | 1000111 | 11101 |
Color Harmonies of #16807A
Complementary color
Monochromatic Colors of #16807A
Black with #16807A
Text Example
Text Example
White with #16807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16807A; }
p { color: rgb(22,128,122); }
H1.HeaderClassName
{
color: #16807A;
}
.AnyTagClassName
{
color: #16807A;
}
</style>
background-color css
<style>
a { background-color: #16807A; }
a { background-color: rgb(22,128,122); }
div.DivClassName
{
background-color: #16807A;
}
.BgClassName
{
background-color: #16807A;
}
</style>
border-color css
<style>
span { border-color: #16807A; }
span { border-color: rgb(22,128,122); }
td.TdClassName
{
border-color: #16807A;
}
.TagClassName
{
border-color: #16807A;
}
</style>