Shades of Salem #10784D
Tints of Salem #10784D
RGB
CMYK
RGB Variations
Color information
#10784D (or 0x10784D) is known color: Salem. HEX triplet: 10, 78 and 4D. RGB value is (16,120,77). Sum of RGB (Red+Green+Blue) = 16+120+77=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #10784D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10784D is #EF87B2. Grayscale: #545454. Windows color (decimal): -15697843 or 5077008. OLE color: 5077008.
HSL color Cylindrical-coordinate representation of color #10784D: hue angle of 155.19º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10784D is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 120 | 77 | - |
| CMYK | 0.87 | 0 | 0.36 | 0.53 |
| HSL | 155.19º | 0.76% | 0.27% | - |
| HSV(B) | 155.19º | 0.87% | 0.47% | - |
| XYZ | 8.27 | 14.08 | 9.3 | - |
| YUV | 84 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 77 | 0.87 | 0 | 0.36 | 0.53 | 155.19 | 0.76 | 0.27 |
| Hex | 10 | 78 | 4D | 57 | 0 | 24 | 35 | 9B | 4C | 1B |
| Octal | 20 | 170 | 115 | 127 | 0 | 44 | 65 | 233 | 114 | 33 |
| Binary | 10000 | 1111000 | 1001101 | 1010111 | 0 | 100100 | 110101 | 10011011 | 1001100 | 11011 |
Color Harmonies of #10784D
Complementary color
Monochromatic Colors of #10784D
Black with #10784D
Text Example
Text Example
White with #10784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10784D; }
p { color: rgb(16,120,77); }
H1.HeaderClassName
{
color: #10784D;
}
.AnyTagClassName
{
color: #10784D;
}
</style>
background-color css
<style>
a { background-color: #10784D; }
a { background-color: rgb(16,120,77); }
div.DivClassName
{
background-color: #10784D;
}
.BgClassName
{
background-color: #10784D;
}
</style>
border-color css
<style>
span { border-color: #10784D; }
span { border-color: rgb(16,120,77); }
td.TdClassName
{
border-color: #10784D;
}
.TagClassName
{
border-color: #10784D;
}
</style>