Shades of Salem #10794F
Tints of Salem #10794F
RGB
CMYK
RGB Variations
Color information
#10794F (or 0x10794F) is known color: Salem. HEX triplet: 10, 79 and 4F. RGB value is (16,121,79). Sum of RGB (Red+Green+Blue) = 16+121+79=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 121 (47.66% from 255 or 56.02% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 121 - color contains mainly: green. Hex color #10794F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10794F is #EF86B0. Grayscale: #545454. Windows color (decimal): -15697585 or 5208336. OLE color: 5208336.
HSL color Cylindrical-coordinate representation of color #10794F: hue angle of 156º degrees, saturation: 0.77, 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 #10794F is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 121 | 79 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.53 |
| HSL | 156º | 0.77% | 0.27% | - |
| HSV(B) | 156º | 0.87% | 0.47% | - |
| XYZ | 8.46 | 14.35 | 9.72 | - |
| YUV | 84.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 79 | 0.87 | 0 | 0.35 | 0.53 | 156 | 0.77 | 0.27 |
| Hex | 10 | 79 | 4F | 57 | 0 | 23 | 35 | 9C | 4D | 1B |
| Octal | 20 | 171 | 117 | 127 | 0 | 43 | 65 | 234 | 115 | 33 |
| Binary | 10000 | 1111001 | 1001111 | 1010111 | 0 | 100011 | 110101 | 10011100 | 1001101 | 11011 |
Color Harmonies of #10794F
Complementary color
Monochromatic Colors of #10794F
Black with #10794F
Text Example
Text Example
White with #10794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10794F; }
p { color: rgb(16,121,79); }
H1.HeaderClassName
{
color: #10794F;
}
.AnyTagClassName
{
color: #10794F;
}
</style>
background-color css
<style>
a { background-color: #10794F; }
a { background-color: rgb(16,121,79); }
div.DivClassName
{
background-color: #10794F;
}
.BgClassName
{
background-color: #10794F;
}
</style>
border-color css
<style>
span { border-color: #10794F; }
span { border-color: rgb(16,121,79); }
td.TdClassName
{
border-color: #10794F;
}
.TagClassName
{
border-color: #10794F;
}
</style>