Shades of Salem #127A4D
Tints of Salem #127A4D
RGB
CMYK
RGB Variations
Color information
#127A4D (or 0x127A4D) is known color: Salem. HEX triplet: 12, 7A and 4D. RGB value is (18,122,77). Sum of RGB (Red+Green+Blue) = 18+122+77=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #127A4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127A4D is #ED85B2. Grayscale: #555555. Windows color (decimal): -15566259 or 5077522. OLE color: 5077522.
HSL color Cylindrical-coordinate representation of color #127A4D: hue angle of 154.04º 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 #127A4D is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 122 | 77 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.52 |
| HSL | 154.04º | 0.74% | 0.27% | - |
| HSV(B) | 154.04º | 0.85% | 0.48% | - |
| XYZ | 8.55 | 14.58 | 9.39 | - |
| YUV | 85.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 77 | 0.85 | 0 | 0.37 | 0.52 | 154.04 | 0.74 | 0.27 |
| Hex | 12 | 7A | 4D | 55 | 0 | 25 | 34 | 9A | 4A | 1B |
| Octal | 22 | 172 | 115 | 125 | 0 | 45 | 64 | 232 | 112 | 33 |
| Binary | 10010 | 1111010 | 1001101 | 1010101 | 0 | 100101 | 110100 | 10011010 | 1001010 | 11011 |
Color Harmonies of #127A4D
Complementary color
Monochromatic Colors of #127A4D
Black with #127A4D
Text Example
Text Example
White with #127A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A4D; }
p { color: rgb(18,122,77); }
H1.HeaderClassName
{
color: #127A4D;
}
.AnyTagClassName
{
color: #127A4D;
}
</style>
background-color css
<style>
a { background-color: #127A4D; }
a { background-color: rgb(18,122,77); }
div.DivClassName
{
background-color: #127A4D;
}
.BgClassName
{
background-color: #127A4D;
}
</style>
border-color css
<style>
span { border-color: #127A4D; }
span { border-color: rgb(18,122,77); }
td.TdClassName
{
border-color: #127A4D;
}
.TagClassName
{
border-color: #127A4D;
}
</style>