Shades of Salem #127F4B
Tints of Salem #127F4B
RGB
CMYK
RGB Variations
Color information
#127F4B (or 0x127F4B) is known color: Salem. HEX triplet: 12, 7F and 4B. RGB value is (18,127,75). Sum of RGB (Red+Green+Blue) = 18+127+75=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #127F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F4B is #ED80B4. Grayscale: #585858. Windows color (decimal): -15564981 or 4947730. OLE color: 4947730.
HSL color Cylindrical-coordinate representation of color #127F4B: hue angle of 151.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F4B is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 75 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.50 |
| HSL | 151.38º | 0.75% | 0.28% | - |
| HSV(B) | 151.38º | 0.86% | 0.5% | - |
| XYZ | 9.11 | 15.82 | 9.23 | - |
| YUV | 88.48 | 120.39 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 75 | 0.86 | 0 | 0.41 | 0.50 | 151.38 | 0.75 | 0.28 |
| Hex | 12 | 7F | 4B | 56 | 0 | 29 | 32 | 97 | 4B | 1C |
| Octal | 22 | 177 | 113 | 126 | 0 | 51 | 62 | 227 | 113 | 34 |
| Binary | 10010 | 1111111 | 1001011 | 1010110 | 0 | 101001 | 110010 | 10010111 | 1001011 | 11100 |
Color Harmonies of #127F4B
Complementary color
Monochromatic Colors of #127F4B
Black with #127F4B
Text Example
Text Example
White with #127F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F4B; }
p { color: rgb(18,127,75); }
H1.HeaderClassName
{
color: #127F4B;
}
.AnyTagClassName
{
color: #127F4B;
}
</style>
background-color css
<style>
a { background-color: #127F4B; }
a { background-color: rgb(18,127,75); }
div.DivClassName
{
background-color: #127F4B;
}
.BgClassName
{
background-color: #127F4B;
}
</style>
border-color css
<style>
span { border-color: #127F4B; }
span { border-color: rgb(18,127,75); }
td.TdClassName
{
border-color: #127F4B;
}
.TagClassName
{
border-color: #127F4B;
}
</style>