Shades of Salem #127A57
Tints of Salem #127A57
RGB
CMYK
RGB Variations
Color information
#127A57 (or 0x127A57) is known color: Salem. HEX triplet: 12, 7A and 57. RGB value is (18,122,87). Sum of RGB (Red+Green+Blue) = 18+122+87=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #127A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A57 is #ED85A8. Grayscale: #565656. Windows color (decimal): -15566249 or 5732882. OLE color: 5732882.
HSL color Cylindrical-coordinate representation of color #127A57: hue angle of 159.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A57 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 87 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.52 |
| HSL | 159.81º | 0.74% | 0.27% | - |
| HSV(B) | 159.81º | 0.85% | 0.48% | - |
| XYZ | 8.93 | 14.74 | 11.39 | - |
| YUV | 86.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 87 | 0.85 | 0 | 0.29 | 0.52 | 159.81 | 0.74 | 0.27 |
| Hex | 12 | 7A | 57 | 55 | 0 | 1D | 34 | A0 | 4A | 1B |
| Octal | 22 | 172 | 127 | 125 | 0 | 35 | 64 | 240 | 112 | 33 |
| Binary | 10010 | 1111010 | 1010111 | 1010101 | 0 | 11101 | 110100 | 10100000 | 1001010 | 11011 |
Color Harmonies of #127A57
Complementary color
Monochromatic Colors of #127A57
Black with #127A57
Text Example
Text Example
White with #127A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A57; }
p { color: rgb(18,122,87); }
H1.HeaderClassName
{
color: #127A57;
}
.AnyTagClassName
{
color: #127A57;
}
</style>
background-color css
<style>
a { background-color: #127A57; }
a { background-color: rgb(18,122,87); }
div.DivClassName
{
background-color: #127A57;
}
.BgClassName
{
background-color: #127A57;
}
</style>
border-color css
<style>
span { border-color: #127A57; }
span { border-color: rgb(18,122,87); }
td.TdClassName
{
border-color: #127A57;
}
.TagClassName
{
border-color: #127A57;
}
</style>