Shades of Salem #0A784C
Tints of Salem #0A784C
RGB
CMYK
RGB Variations
Color information
#0A784C (or 0x0A784C) is known color: Salem. HEX triplet: 0A, 78 and 4C. RGB value is (10,120,76). Sum of RGB (Red+Green+Blue) = 10+120+76=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0A784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A784C is #F587B3. Grayscale: #525252. Windows color (decimal): -16091060 or 5011466. OLE color: 5011466.
HSL color Cylindrical-coordinate representation of color #0A784C: hue angle of 156º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A784C is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 76 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.53 |
| HSL | 156º | 0.85% | 0.25% | - |
| HSV(B) | 156º | 0.92% | 0.47% | - |
| XYZ | 8.15 | 14.02 | 9.11 | - |
| YUV | 82.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 76 | 0.92 | 0 | 0.37 | 0.53 | 156 | 0.85 | 0.25 |
| Hex | A | 78 | 4C | 5C | 0 | 25 | 35 | 9C | 55 | 19 |
| Octal | 12 | 170 | 114 | 134 | 0 | 45 | 65 | 234 | 125 | 31 |
| Binary | 1010 | 1111000 | 1001100 | 1011100 | 0 | 100101 | 110101 | 10011100 | 1010101 | 11001 |
Color Harmonies of #0A784C
Complementary color
Monochromatic Colors of #0A784C
Black with #0A784C
Text Example
Text Example
White with #0A784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A784C; }
p { color: rgb(10,120,76); }
H1.HeaderClassName
{
color: #0A784C;
}
.AnyTagClassName
{
color: #0A784C;
}
</style>
background-color css
<style>
a { background-color: #0A784C; }
a { background-color: rgb(10,120,76); }
div.DivClassName
{
background-color: #0A784C;
}
.BgClassName
{
background-color: #0A784C;
}
</style>
border-color css
<style>
span { border-color: #0A784C; }
span { border-color: rgb(10,120,76); }
td.TdClassName
{
border-color: #0A784C;
}
.TagClassName
{
border-color: #0A784C;
}
</style>