Shades of Salem #127652
Tints of Salem #127652
RGB
CMYK
RGB Variations
Color information
#127652 (or 0x127652) is known color: Salem. HEX triplet: 12, 76 and 52. RGB value is (18,118,82). Sum of RGB (Red+Green+Blue) = 18+118+82=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #127652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127652 is #ED89AD. Grayscale: #545454. Windows color (decimal): -15567278 or 5404178. OLE color: 5404178.
HSL color Cylindrical-coordinate representation of color #127652: hue angle of 158.4º 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 #127652 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 82 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.54 |
| HSL | 158.4º | 0.74% | 0.27% | - |
| HSV(B) | 158.4º | 0.85% | 0.46% | - |
| XYZ | 8.25 | 13.69 | 10.19 | - |
| YUV | 84 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 82 | 0.85 | 0 | 0.31 | 0.54 | 158.4 | 0.74 | 0.27 |
| Hex | 12 | 76 | 52 | 55 | 0 | 1F | 36 | 9E | 4A | 1B |
| Octal | 22 | 166 | 122 | 125 | 0 | 37 | 66 | 236 | 112 | 33 |
| Binary | 10010 | 1110110 | 1010010 | 1010101 | 0 | 11111 | 110110 | 10011110 | 1001010 | 11011 |
Color Harmonies of #127652
Complementary color
Monochromatic Colors of #127652
Black with #127652
Text Example
Text Example
White with #127652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127652; }
p { color: rgb(18,118,82); }
H1.HeaderClassName
{
color: #127652;
}
.AnyTagClassName
{
color: #127652;
}
</style>
background-color css
<style>
a { background-color: #127652; }
a { background-color: rgb(18,118,82); }
div.DivClassName
{
background-color: #127652;
}
.BgClassName
{
background-color: #127652;
}
</style>
border-color css
<style>
span { border-color: #127652; }
span { border-color: rgb(18,118,82); }
td.TdClassName
{
border-color: #127652;
}
.TagClassName
{
border-color: #127652;
}
</style>