Shades of Salem #127B55
Tints of Salem #127B55
RGB
CMYK
RGB Variations
Color information
#127B55 (or 0x127B55) is known color: Salem. HEX triplet: 12, 7B and 55. RGB value is (18,123,85). Sum of RGB (Red+Green+Blue) = 18+123+85=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #127B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B55 is #ED84AA. Grayscale: #575757. Windows color (decimal): -15565995 or 5602066. OLE color: 5602066.
HSL color Cylindrical-coordinate representation of color #127B55: hue angle of 158.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B55 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 85 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.52 |
| HSL | 158.29º | 0.74% | 0.28% | - |
| HSV(B) | 158.29º | 0.85% | 0.48% | - |
| XYZ | 8.97 | 14.95 | 11.01 | - |
| YUV | 87.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 85 | 0.85 | 0 | 0.31 | 0.52 | 158.29 | 0.74 | 0.28 |
| Hex | 12 | 7B | 55 | 55 | 0 | 1F | 34 | 9E | 4A | 1C |
| Octal | 22 | 173 | 125 | 125 | 0 | 37 | 64 | 236 | 112 | 34 |
| Binary | 10010 | 1111011 | 1010101 | 1010101 | 0 | 11111 | 110100 | 10011110 | 1001010 | 11100 |
Color Harmonies of #127B55
Complementary color
Monochromatic Colors of #127B55
Black with #127B55
Text Example
Text Example
White with #127B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B55; }
p { color: rgb(18,123,85); }
H1.HeaderClassName
{
color: #127B55;
}
.AnyTagClassName
{
color: #127B55;
}
</style>
background-color css
<style>
a { background-color: #127B55; }
a { background-color: rgb(18,123,85); }
div.DivClassName
{
background-color: #127B55;
}
.BgClassName
{
background-color: #127B55;
}
</style>
border-color css
<style>
span { border-color: #127B55; }
span { border-color: rgb(18,123,85); }
td.TdClassName
{
border-color: #127B55;
}
.TagClassName
{
border-color: #127B55;
}
</style>