Shades of Salem #0A7C4C
Tints of Salem #0A7C4C
RGB
CMYK
RGB Variations
Color information
#0A7C4C (or 0x0A7C4C) is known color: Salem. HEX triplet: 0A, 7C and 4C. RGB value is (10,124,76). Sum of RGB (Red+Green+Blue) = 10+124+76=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7C4C is #F583B3. Grayscale: #545454. Windows color (decimal): -16090036 or 5012490. OLE color: 5012490.
HSL color Cylindrical-coordinate representation of color #0A7C4C: hue angle of 154.74º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C4C is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 76 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.51 |
| HSL | 154.74º | 0.85% | 0.26% | - |
| HSV(B) | 154.74º | 0.92% | 0.49% | - |
| XYZ | 8.64 | 15 | 9.28 | - |
| YUV | 84.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 76 | 0.92 | 0 | 0.39 | 0.51 | 154.74 | 0.85 | 0.26 |
| Hex | A | 7C | 4C | 5C | 0 | 27 | 33 | 9B | 55 | 1A |
| Octal | 12 | 174 | 114 | 134 | 0 | 47 | 63 | 233 | 125 | 32 |
| Binary | 1010 | 1111100 | 1001100 | 1011100 | 0 | 100111 | 110011 | 10011011 | 1010101 | 11010 |
Color Harmonies of #0A7C4C
Complementary color
Monochromatic Colors of #0A7C4C
Black with #0A7C4C
Text Example
Text Example
White with #0A7C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C4C; }
p { color: rgb(10,124,76); }
H1.HeaderClassName
{
color: #0A7C4C;
}
.AnyTagClassName
{
color: #0A7C4C;
}
</style>
background-color css
<style>
a { background-color: #0A7C4C; }
a { background-color: rgb(10,124,76); }
div.DivClassName
{
background-color: #0A7C4C;
}
.BgClassName
{
background-color: #0A7C4C;
}
</style>
border-color css
<style>
span { border-color: #0A7C4C; }
span { border-color: rgb(10,124,76); }
td.TdClassName
{
border-color: #0A7C4C;
}
.TagClassName
{
border-color: #0A7C4C;
}
</style>