Shades of Salem #127051
Tints of Salem #127051
RGB
CMYK
RGB Variations
Color information
#127051 (or 0x127051) is known color: Salem. HEX triplet: 12, 70 and 51. RGB value is (18,112,81). Sum of RGB (Red+Green+Blue) = 18+112+81=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #127051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127051 is #ED8FAE. Grayscale: #505050. Windows color (decimal): -15568815 or 5337106. OLE color: 5337106.
HSL color Cylindrical-coordinate representation of color #127051: hue angle of 160.21º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127051 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 81 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.56 |
| HSL | 160.21º | 0.72% | 0.25% | - |
| HSV(B) | 160.21º | 0.84% | 0.44% | - |
| XYZ | 7.53 | 12.31 | 9.76 | - |
| YUV | 80.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 81 | 0.84 | 0 | 0.28 | 0.56 | 160.21 | 0.72 | 0.25 |
| Hex | 12 | 70 | 51 | 54 | 0 | 1C | 38 | A0 | 48 | 19 |
| Octal | 22 | 160 | 121 | 124 | 0 | 34 | 70 | 240 | 110 | 31 |
| Binary | 10010 | 1110000 | 1010001 | 1010100 | 0 | 11100 | 111000 | 10100000 | 1001000 | 11001 |
Color Harmonies of #127051
Complementary color
Monochromatic Colors of #127051
Black with #127051
Text Example
Text Example
White with #127051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127051; }
p { color: rgb(18,112,81); }
H1.HeaderClassName
{
color: #127051;
}
.AnyTagClassName
{
color: #127051;
}
</style>
background-color css
<style>
a { background-color: #127051; }
a { background-color: rgb(18,112,81); }
div.DivClassName
{
background-color: #127051;
}
.BgClassName
{
background-color: #127051;
}
</style>
border-color css
<style>
span { border-color: #127051; }
span { border-color: rgb(18,112,81); }
td.TdClassName
{
border-color: #127051;
}
.TagClassName
{
border-color: #127051;
}
</style>