Shades of Salem #127B4E
Tints of Salem #127B4E
RGB
CMYK
RGB Variations
Color information
#127B4E (or 0x127B4E) is known color: Salem. HEX triplet: 12, 7B and 4E. RGB value is (18,123,78). Sum of RGB (Red+Green+Blue) = 18+123+78=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #127B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B4E is #ED84B1. Grayscale: #565656. Windows color (decimal): -15566002 or 5143314. OLE color: 5143314.
HSL color Cylindrical-coordinate representation of color #127B4E: hue angle of 154.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 #127B4E is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 78 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.52 |
| HSL | 154.29º | 0.74% | 0.28% | - |
| HSV(B) | 154.29º | 0.85% | 0.48% | - |
| XYZ | 8.71 | 14.84 | 9.61 | - |
| YUV | 86.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 78 | 0.85 | 0 | 0.37 | 0.52 | 154.29 | 0.74 | 0.28 |
| Hex | 12 | 7B | 4E | 55 | 0 | 25 | 34 | 9A | 4A | 1C |
| Octal | 22 | 173 | 116 | 125 | 0 | 45 | 64 | 232 | 112 | 34 |
| Binary | 10010 | 1111011 | 1001110 | 1010101 | 0 | 100101 | 110100 | 10011010 | 1001010 | 11100 |
Color Harmonies of #127B4E
Complementary color
Monochromatic Colors of #127B4E
Black with #127B4E
Text Example
Text Example
White with #127B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B4E; }
p { color: rgb(18,123,78); }
H1.HeaderClassName
{
color: #127B4E;
}
.AnyTagClassName
{
color: #127B4E;
}
</style>
background-color css
<style>
a { background-color: #127B4E; }
a { background-color: rgb(18,123,78); }
div.DivClassName
{
background-color: #127B4E;
}
.BgClassName
{
background-color: #127B4E;
}
</style>
border-color css
<style>
span { border-color: #127B4E; }
span { border-color: rgb(18,123,78); }
td.TdClassName
{
border-color: #127B4E;
}
.TagClassName
{
border-color: #127B4E;
}
</style>