Shades of Salem #127F57
Tints of Salem #127F57
RGB
CMYK
RGB Variations
Color information
#127F57 (or 0x127F57) is known color: Salem. HEX triplet: 12, 7F and 57. RGB value is (18,127,87). Sum of RGB (Red+Green+Blue) = 18+127+87=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #127F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F57 is #ED80A8. Grayscale: #595959. Windows color (decimal): -15564969 or 5734162. OLE color: 5734162.
HSL color Cylindrical-coordinate representation of color #127F57: hue angle of 157.98º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F57 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 87 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.50 |
| HSL | 157.98º | 0.75% | 0.28% | - |
| HSV(B) | 157.98º | 0.86% | 0.5% | - |
| XYZ | 9.56 | 16 | 11.6 | - |
| YUV | 89.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 87 | 0.86 | 0 | 0.31 | 0.50 | 157.98 | 0.75 | 0.28 |
| Hex | 12 | 7F | 57 | 56 | 0 | 1F | 32 | 9E | 4B | 1C |
| Octal | 22 | 177 | 127 | 126 | 0 | 37 | 62 | 236 | 113 | 34 |
| Binary | 10010 | 1111111 | 1010111 | 1010110 | 0 | 11111 | 110010 | 10011110 | 1001011 | 11100 |
Color Harmonies of #127F57
Complementary color
Monochromatic Colors of #127F57
Black with #127F57
Text Example
Text Example
White with #127F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F57; }
p { color: rgb(18,127,87); }
H1.HeaderClassName
{
color: #127F57;
}
.AnyTagClassName
{
color: #127F57;
}
</style>
background-color css
<style>
a { background-color: #127F57; }
a { background-color: rgb(18,127,87); }
div.DivClassName
{
background-color: #127F57;
}
.BgClassName
{
background-color: #127F57;
}
</style>
border-color css
<style>
span { border-color: #127F57; }
span { border-color: rgb(18,127,87); }
td.TdClassName
{
border-color: #127F57;
}
.TagClassName
{
border-color: #127F57;
}
</style>