Shades of Salem #127C55
Tints of Salem #127C55
RGB
CMYK
RGB Variations
Color information
#127C55 (or 0x127C55) is known color: Salem. HEX triplet: 12, 7C and 55. RGB value is (18,124,85). Sum of RGB (Red+Green+Blue) = 18+124+85=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #127C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C55 is #ED83AA. Grayscale: #575757. Windows color (decimal): -15565739 or 5602322. OLE color: 5602322.
HSL color Cylindrical-coordinate representation of color #127C55: hue angle of 157.92º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C55 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 85 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.51 |
| HSL | 157.92º | 0.75% | 0.28% | - |
| HSV(B) | 157.92º | 0.85% | 0.49% | - |
| XYZ | 9.1 | 15.2 | 11.05 | - |
| YUV | 87.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 85 | 0.85 | 0 | 0.31 | 0.51 | 157.92 | 0.75 | 0.28 |
| Hex | 12 | 7C | 55 | 55 | 0 | 1F | 33 | 9E | 4B | 1C |
| Octal | 22 | 174 | 125 | 125 | 0 | 37 | 63 | 236 | 113 | 34 |
| Binary | 10010 | 1111100 | 1010101 | 1010101 | 0 | 11111 | 110011 | 10011110 | 1001011 | 11100 |
Color Harmonies of #127C55
Complementary color
Monochromatic Colors of #127C55
Black with #127C55
Text Example
Text Example
White with #127C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C55; }
p { color: rgb(18,124,85); }
H1.HeaderClassName
{
color: #127C55;
}
.AnyTagClassName
{
color: #127C55;
}
</style>
background-color css
<style>
a { background-color: #127C55; }
a { background-color: rgb(18,124,85); }
div.DivClassName
{
background-color: #127C55;
}
.BgClassName
{
background-color: #127C55;
}
</style>
border-color css
<style>
span { border-color: #127C55; }
span { border-color: rgb(18,124,85); }
td.TdClassName
{
border-color: #127C55;
}
.TagClassName
{
border-color: #127C55;
}
</style>