Shades of Salem #127654
Tints of Salem #127654
RGB
CMYK
RGB Variations
Color information
#127654 (or 0x127654) is known color: Salem. HEX triplet: 12, 76 and 54. RGB value is (18,118,84). Sum of RGB (Red+Green+Blue) = 18+118+84=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #127654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127654 is #ED89AB. Grayscale: #545454. Windows color (decimal): -15567276 or 5535250. OLE color: 5535250.
HSL color Cylindrical-coordinate representation of color #127654: hue angle of 159.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127654 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 84 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.54 |
| HSL | 159.6º | 0.74% | 0.27% | - |
| HSV(B) | 159.6º | 0.85% | 0.46% | - |
| XYZ | 8.33 | 13.73 | 10.6 | - |
| YUV | 84.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 84 | 0.85 | 0 | 0.29 | 0.54 | 159.6 | 0.74 | 0.27 |
| Hex | 12 | 76 | 54 | 55 | 0 | 1D | 36 | A0 | 4A | 1B |
| Octal | 22 | 166 | 124 | 125 | 0 | 35 | 66 | 240 | 112 | 33 |
| Binary | 10010 | 1110110 | 1010100 | 1010101 | 0 | 11101 | 110110 | 10100000 | 1001010 | 11011 |
Color Harmonies of #127654
Complementary color
Monochromatic Colors of #127654
Black with #127654
Text Example
Text Example
White with #127654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127654; }
p { color: rgb(18,118,84); }
H1.HeaderClassName
{
color: #127654;
}
.AnyTagClassName
{
color: #127654;
}
</style>
background-color css
<style>
a { background-color: #127654; }
a { background-color: rgb(18,118,84); }
div.DivClassName
{
background-color: #127654;
}
.BgClassName
{
background-color: #127654;
}
</style>
border-color css
<style>
span { border-color: #127654; }
span { border-color: rgb(18,118,84); }
td.TdClassName
{
border-color: #127654;
}
.TagClassName
{
border-color: #127654;
}
</style>