Shades of Salem #17764E
Tints of Salem #17764E
RGB
CMYK
RGB Variations
Color information
#17764E (or 0x17764E) is known color: Salem. HEX triplet: 17, 76 and 4E. RGB value is (23,118,78). Sum of RGB (Red+Green+Blue) = 23+118+78=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #17764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17764E is #E889B1. Grayscale: #555555. Windows color (decimal): -15239602 or 5142039. OLE color: 5142039.
HSL color Cylindrical-coordinate representation of color #17764E: hue angle of 154.74º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17764E is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 118 | 78 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.54 |
| HSL | 154.74º | 0.67% | 0.28% | - |
| HSV(B) | 154.74º | 0.81% | 0.46% | - |
| XYZ | 8.21 | 13.69 | 9.42 | - |
| YUV | 85.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 78 | 0.81 | 0 | 0.34 | 0.54 | 154.74 | 0.67 | 0.28 |
| Hex | 17 | 76 | 4E | 51 | 0 | 22 | 36 | 9B | 43 | 1C |
| Octal | 27 | 166 | 116 | 121 | 0 | 42 | 66 | 233 | 103 | 34 |
| Binary | 10111 | 1110110 | 1001110 | 1010001 | 0 | 100010 | 110110 | 10011011 | 1000011 | 11100 |
Color Harmonies of #17764E
Complementary color
Monochromatic Colors of #17764E
Black with #17764E
Text Example
Text Example
White with #17764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17764E; }
p { color: rgb(23,118,78); }
H1.HeaderClassName
{
color: #17764E;
}
.AnyTagClassName
{
color: #17764E;
}
</style>
background-color css
<style>
a { background-color: #17764E; }
a { background-color: rgb(23,118,78); }
div.DivClassName
{
background-color: #17764E;
}
.BgClassName
{
background-color: #17764E;
}
</style>
border-color css
<style>
span { border-color: #17764E; }
span { border-color: rgb(23,118,78); }
td.TdClassName
{
border-color: #17764E;
}
.TagClassName
{
border-color: #17764E;
}
</style>