Shades of Salem #127957
Tints of Salem #127957
RGB
CMYK
RGB Variations
Color information
#127957 (or 0x127957) is known color: Salem. HEX triplet: 12, 79 and 57. RGB value is (18,121,87). Sum of RGB (Red+Green+Blue) = 18+121+87=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #127957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127957 is #ED86A8. Grayscale: #565656. Windows color (decimal): -15566505 or 5732626. OLE color: 5732626.
HSL color Cylindrical-coordinate representation of color #127957: hue angle of 160.19º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127957 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 87 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.53 |
| HSL | 160.19º | 0.74% | 0.27% | - |
| HSV(B) | 160.19º | 0.85% | 0.47% | - |
| XYZ | 8.81 | 14.49 | 11.35 | - |
| YUV | 86.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 87 | 0.85 | 0 | 0.28 | 0.53 | 160.19 | 0.74 | 0.27 |
| Hex | 12 | 79 | 57 | 55 | 0 | 1C | 35 | A0 | 4A | 1B |
| Octal | 22 | 171 | 127 | 125 | 0 | 34 | 65 | 240 | 112 | 33 |
| Binary | 10010 | 1111001 | 1010111 | 1010101 | 0 | 11100 | 110101 | 10100000 | 1001010 | 11011 |
Color Harmonies of #127957
Complementary color
Monochromatic Colors of #127957
Black with #127957
Text Example
Text Example
White with #127957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127957; }
p { color: rgb(18,121,87); }
H1.HeaderClassName
{
color: #127957;
}
.AnyTagClassName
{
color: #127957;
}
</style>
background-color css
<style>
a { background-color: #127957; }
a { background-color: rgb(18,121,87); }
div.DivClassName
{
background-color: #127957;
}
.BgClassName
{
background-color: #127957;
}
</style>
border-color css
<style>
span { border-color: #127957; }
span { border-color: rgb(18,121,87); }
td.TdClassName
{
border-color: #127957;
}
.TagClassName
{
border-color: #127957;
}
</style>