Shades of Salem #17764A
Tints of Salem #17764A
RGB
CMYK
RGB Variations
Color information
#17764A (or 0x17764A) is known color: Salem. HEX triplet: 17, 76 and 4A. RGB value is (23,118,74). Sum of RGB (Red+Green+Blue) = 23+118+74=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #17764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17764A is #E889B5. Grayscale: #545454. Windows color (decimal): -15239606 or 4879895. OLE color: 4879895.
HSL color Cylindrical-coordinate representation of color #17764A: hue angle of 152.21º 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 #17764A is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 118 | 74 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.54 |
| HSL | 152.21º | 0.67% | 0.28% | - |
| HSV(B) | 152.21º | 0.81% | 0.46% | - |
| XYZ | 8.07 | 13.63 | 8.68 | - |
| YUV | 84.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 74 | 0.81 | 0 | 0.37 | 0.54 | 152.21 | 0.67 | 0.28 |
| Hex | 17 | 76 | 4A | 51 | 0 | 25 | 36 | 98 | 43 | 1C |
| Octal | 27 | 166 | 112 | 121 | 0 | 45 | 66 | 230 | 103 | 34 |
| Binary | 10111 | 1110110 | 1001010 | 1010001 | 0 | 100101 | 110110 | 10011000 | 1000011 | 11100 |
Color Harmonies of #17764A
Complementary color
Monochromatic Colors of #17764A
Black with #17764A
Text Example
Text Example
White with #17764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17764A; }
p { color: rgb(23,118,74); }
H1.HeaderClassName
{
color: #17764A;
}
.AnyTagClassName
{
color: #17764A;
}
</style>
background-color css
<style>
a { background-color: #17764A; }
a { background-color: rgb(23,118,74); }
div.DivClassName
{
background-color: #17764A;
}
.BgClassName
{
background-color: #17764A;
}
</style>
border-color css
<style>
span { border-color: #17764A; }
span { border-color: rgb(23,118,74); }
td.TdClassName
{
border-color: #17764A;
}
.TagClassName
{
border-color: #17764A;
}
</style>