Shades of Salem #0A7B53
Tints of Salem #0A7B53
RGB
CMYK
RGB Variations
Color information
#0A7B53 (or 0x0A7B53) is known color: Salem. HEX triplet: 0A, 7B and 53. RGB value is (10,123,83). Sum of RGB (Red+Green+Blue) = 10+123+83=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 123 (48.44% from 255 or 56.94% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7B53 is #F584AC. Grayscale: #545454. Windows color (decimal): -16090285 or 5470986. OLE color: 5470986.
HSL color Cylindrical-coordinate representation of color #0A7B53: hue angle of 158.76º 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 #0A7B53 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 123 | 83 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.52 |
| HSL | 158.76º | 0.85% | 0.26% | - |
| HSV(B) | 158.76º | 0.92% | 0.48% | - |
| XYZ | 8.77 | 14.85 | 10.59 | - |
| YUV | 84.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 123 | 83 | 0.92 | 0 | 0.33 | 0.52 | 158.76 | 0.85 | 0.26 |
| Hex | A | 7B | 53 | 5C | 0 | 21 | 34 | 9F | 55 | 1A |
| Octal | 12 | 173 | 123 | 134 | 0 | 41 | 64 | 237 | 125 | 32 |
| Binary | 1010 | 1111011 | 1010011 | 1011100 | 0 | 100001 | 110100 | 10011111 | 1010101 | 11010 |
Color Harmonies of #0A7B53
Complementary color
Monochromatic Colors of #0A7B53
Black with #0A7B53
Text Example
Text Example
White with #0A7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7B53; }
p { color: rgb(10,123,83); }
H1.HeaderClassName
{
color: #0A7B53;
}
.AnyTagClassName
{
color: #0A7B53;
}
</style>
background-color css
<style>
a { background-color: #0A7B53; }
a { background-color: rgb(10,123,83); }
div.DivClassName
{
background-color: #0A7B53;
}
.BgClassName
{
background-color: #0A7B53;
}
</style>
border-color css
<style>
span { border-color: #0A7B53; }
span { border-color: rgb(10,123,83); }
td.TdClassName
{
border-color: #0A7B53;
}
.TagClassName
{
border-color: #0A7B53;
}
</style>