Shades of Salem #127D55
Tints of Salem #127D55
RGB
CMYK
RGB Variations
Color information
#127D55 (or 0x127D55) is known color: Salem. HEX triplet: 12, 7D and 55. RGB value is (18,125,85). Sum of RGB (Red+Green+Blue) = 18+125+85=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #127D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D55 is #ED82AA. Grayscale: #585858. Windows color (decimal): -15565483 or 5602578. OLE color: 5602578.
HSL color Cylindrical-coordinate representation of color #127D55: hue angle of 157.57º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D55 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 85 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.51 |
| HSL | 157.57º | 0.75% | 0.28% | - |
| HSV(B) | 157.57º | 0.86% | 0.49% | - |
| XYZ | 9.22 | 15.45 | 11.09 | - |
| YUV | 88.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 85 | 0.86 | 0 | 0.32 | 0.51 | 157.57 | 0.75 | 0.28 |
| Hex | 12 | 7D | 55 | 56 | 0 | 20 | 33 | 9E | 4B | 1C |
| Octal | 22 | 175 | 125 | 126 | 0 | 40 | 63 | 236 | 113 | 34 |
| Binary | 10010 | 1111101 | 1010101 | 1010110 | 0 | 100000 | 110011 | 10011110 | 1001011 | 11100 |
Color Harmonies of #127D55
Complementary color
Monochromatic Colors of #127D55
Black with #127D55
Text Example
Text Example
White with #127D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D55; }
p { color: rgb(18,125,85); }
H1.HeaderClassName
{
color: #127D55;
}
.AnyTagClassName
{
color: #127D55;
}
</style>
background-color css
<style>
a { background-color: #127D55; }
a { background-color: rgb(18,125,85); }
div.DivClassName
{
background-color: #127D55;
}
.BgClassName
{
background-color: #127D55;
}
</style>
border-color css
<style>
span { border-color: #127D55; }
span { border-color: rgb(18,125,85); }
td.TdClassName
{
border-color: #127D55;
}
.TagClassName
{
border-color: #127D55;
}
</style>