Shades of Salem #0A7A49
Tints of Salem #0A7A49
RGB
CMYK
RGB Variations
Color information
#0A7A49 (or 0x0A7A49) is known color: Salem. HEX triplet: 0A, 7A and 49. RGB value is (10,122,73). Sum of RGB (Red+Green+Blue) = 10+122+73=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7A49 is #F585B6. Grayscale: #535353. Windows color (decimal): -16090551 or 4815370. OLE color: 4815370.
HSL color Cylindrical-coordinate representation of color #0A7A49: hue angle of 153.75º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7A49 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 122 | 73 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.52 |
| HSL | 153.75º | 0.85% | 0.26% | - |
| HSV(B) | 153.75º | 0.92% | 0.48% | - |
| XYZ | 8.29 | 14.46 | 8.66 | - |
| YUV | 82.93 | 122.39 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 122 | 73 | 0.92 | 0 | 0.40 | 0.52 | 153.75 | 0.85 | 0.26 |
| Hex | A | 7A | 49 | 5C | 0 | 28 | 34 | 9A | 55 | 1A |
| Octal | 12 | 172 | 111 | 134 | 0 | 50 | 64 | 232 | 125 | 32 |
| Binary | 1010 | 1111010 | 1001001 | 1011100 | 0 | 101000 | 110100 | 10011010 | 1010101 | 11010 |
Color Harmonies of #0A7A49
Complementary color
Monochromatic Colors of #0A7A49
Black with #0A7A49
Text Example
Text Example
White with #0A7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7A49; }
p { color: rgb(10,122,73); }
H1.HeaderClassName
{
color: #0A7A49;
}
.AnyTagClassName
{
color: #0A7A49;
}
</style>
background-color css
<style>
a { background-color: #0A7A49; }
a { background-color: rgb(10,122,73); }
div.DivClassName
{
background-color: #0A7A49;
}
.BgClassName
{
background-color: #0A7A49;
}
</style>
border-color css
<style>
span { border-color: #0A7A49; }
span { border-color: rgb(10,122,73); }
td.TdClassName
{
border-color: #0A7A49;
}
.TagClassName
{
border-color: #0A7A49;
}
</style>