Shades of Salem #10764F
Tints of Salem #10764F
RGB
CMYK
RGB Variations
Color information
#10764F (or 0x10764F) is known color: Salem. HEX triplet: 10, 76 and 4F. RGB value is (16,118,79). Sum of RGB (Red+Green+Blue) = 16+118+79=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #10764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10764F is #EF89B0. Grayscale: #535353. Windows color (decimal): -15698353 or 5207568. OLE color: 5207568.
HSL color Cylindrical-coordinate representation of color #10764F: hue angle of 157.06º 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 #10764F is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 118 | 79 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.54 |
| HSL | 157.06º | 0.76% | 0.26% | - |
| HSV(B) | 157.06º | 0.86% | 0.46% | - |
| XYZ | 8.1 | 13.63 | 9.6 | - |
| YUV | 83.06 | 125.71 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 79 | 0.86 | 0 | 0.33 | 0.54 | 157.06 | 0.76 | 0.26 |
| Hex | 10 | 76 | 4F | 56 | 0 | 21 | 36 | 9D | 4C | 1A |
| Octal | 20 | 166 | 117 | 126 | 0 | 41 | 66 | 235 | 114 | 32 |
| Binary | 10000 | 1110110 | 1001111 | 1010110 | 0 | 100001 | 110110 | 10011101 | 1001100 | 11010 |
Color Harmonies of #10764F
Complementary color
Monochromatic Colors of #10764F
Black with #10764F
Text Example
Text Example
White with #10764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10764F; }
p { color: rgb(16,118,79); }
H1.HeaderClassName
{
color: #10764F;
}
.AnyTagClassName
{
color: #10764F;
}
</style>
background-color css
<style>
a { background-color: #10764F; }
a { background-color: rgb(16,118,79); }
div.DivClassName
{
background-color: #10764F;
}
.BgClassName
{
background-color: #10764F;
}
</style>
border-color css
<style>
span { border-color: #10764F; }
span { border-color: rgb(16,118,79); }
td.TdClassName
{
border-color: #10764F;
}
.TagClassName
{
border-color: #10764F;
}
</style>