Shades of Salem #10784C
Tints of Salem #10784C
RGB
CMYK
RGB Variations
Color information
#10784C (or 0x10784C) is known color: Salem. HEX triplet: 10, 78 and 4C. RGB value is (16,120,76). Sum of RGB (Red+Green+Blue) = 16+120+76=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #10784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10784C is #EF87B3. Grayscale: #535353. Windows color (decimal): -15697844 or 5011472. OLE color: 5011472.
HSL color Cylindrical-coordinate representation of color #10784C: hue angle of 154.62º 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 #10784C is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 120 | 76 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.53 |
| HSL | 154.62º | 0.76% | 0.27% | - |
| HSV(B) | 154.62º | 0.87% | 0.47% | - |
| XYZ | 8.23 | 14.06 | 9.12 | - |
| YUV | 83.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 76 | 0.87 | 0 | 0.37 | 0.53 | 154.62 | 0.76 | 0.27 |
| Hex | 10 | 78 | 4C | 57 | 0 | 25 | 35 | 9B | 4C | 1B |
| Octal | 20 | 170 | 114 | 127 | 0 | 45 | 65 | 233 | 114 | 33 |
| Binary | 10000 | 1111000 | 1001100 | 1010111 | 0 | 100101 | 110101 | 10011011 | 1001100 | 11011 |
Color Harmonies of #10784C
Complementary color
Monochromatic Colors of #10784C
Black with #10784C
Text Example
Text Example
White with #10784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10784C; }
p { color: rgb(16,120,76); }
H1.HeaderClassName
{
color: #10784C;
}
.AnyTagClassName
{
color: #10784C;
}
</style>
background-color css
<style>
a { background-color: #10784C; }
a { background-color: rgb(16,120,76); }
div.DivClassName
{
background-color: #10784C;
}
.BgClassName
{
background-color: #10784C;
}
</style>
border-color css
<style>
span { border-color: #10784C; }
span { border-color: rgb(16,120,76); }
td.TdClassName
{
border-color: #10784C;
}
.TagClassName
{
border-color: #10784C;
}
</style>