Shades of Salem #10754F
Tints of Salem #10754F
RGB
CMYK
RGB Variations
Color information
#10754F (or 0x10754F) is known color: Salem. HEX triplet: 10, 75 and 4F. RGB value is (16,117,79). Sum of RGB (Red+Green+Blue) = 16+117+79=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #10754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10754F is #EF8AB0. Grayscale: #525252. Windows color (decimal): -15698609 or 5207312. OLE color: 5207312.
HSL color Cylindrical-coordinate representation of color #10754F: hue angle of 157.43º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10754F is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 79 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.54 |
| HSL | 157.43º | 0.76% | 0.26% | - |
| HSV(B) | 157.43º | 0.86% | 0.46% | - |
| XYZ | 7.99 | 13.4 | 9.56 | - |
| YUV | 82.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 79 | 0.86 | 0 | 0.32 | 0.54 | 157.43 | 0.76 | 0.26 |
| Hex | 10 | 75 | 4F | 56 | 0 | 20 | 36 | 9D | 4C | 1A |
| Octal | 20 | 165 | 117 | 126 | 0 | 40 | 66 | 235 | 114 | 32 |
| Binary | 10000 | 1110101 | 1001111 | 1010110 | 0 | 100000 | 110110 | 10011101 | 1001100 | 11010 |
Color Harmonies of #10754F
Complementary color
Monochromatic Colors of #10754F
Black with #10754F
Text Example
Text Example
White with #10754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10754F; }
p { color: rgb(16,117,79); }
H1.HeaderClassName
{
color: #10754F;
}
.AnyTagClassName
{
color: #10754F;
}
</style>
background-color css
<style>
a { background-color: #10754F; }
a { background-color: rgb(16,117,79); }
div.DivClassName
{
background-color: #10754F;
}
.BgClassName
{
background-color: #10754F;
}
</style>
border-color css
<style>
span { border-color: #10754F; }
span { border-color: rgb(16,117,79); }
td.TdClassName
{
border-color: #10754F;
}
.TagClassName
{
border-color: #10754F;
}
</style>