Shades of Salem #12774B
Tints of Salem #12774B
RGB
CMYK
RGB Variations
Color information
#12774B (or 0x12774B) is known color: Salem. HEX triplet: 12, 77 and 4B. RGB value is (18,119,75). Sum of RGB (Red+Green+Blue) = 18+119+75=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #12774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12774B is #ED88B4. Grayscale: #535353. Windows color (decimal): -15567029 or 4945682. OLE color: 4945682.
HSL color Cylindrical-coordinate representation of color #12774B: hue angle of 153.86º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12774B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 75 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.53 |
| HSL | 153.86º | 0.74% | 0.27% | - |
| HSV(B) | 153.86º | 0.85% | 0.47% | - |
| XYZ | 8.12 | 13.83 | 8.9 | - |
| YUV | 83.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 75 | 0.85 | 0 | 0.37 | 0.53 | 153.86 | 0.74 | 0.27 |
| Hex | 12 | 77 | 4B | 55 | 0 | 25 | 35 | 9A | 4A | 1B |
| Octal | 22 | 167 | 113 | 125 | 0 | 45 | 65 | 232 | 112 | 33 |
| Binary | 10010 | 1110111 | 1001011 | 1010101 | 0 | 100101 | 110101 | 10011010 | 1001010 | 11011 |
Color Harmonies of #12774B
Complementary color
Monochromatic Colors of #12774B
Black with #12774B
Text Example
Text Example
White with #12774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12774B; }
p { color: rgb(18,119,75); }
H1.HeaderClassName
{
color: #12774B;
}
.AnyTagClassName
{
color: #12774B;
}
</style>
background-color css
<style>
a { background-color: #12774B; }
a { background-color: rgb(18,119,75); }
div.DivClassName
{
background-color: #12774B;
}
.BgClassName
{
background-color: #12774B;
}
</style>
border-color css
<style>
span { border-color: #12774B; }
span { border-color: rgb(18,119,75); }
td.TdClassName
{
border-color: #12774B;
}
.TagClassName
{
border-color: #12774B;
}
</style>