Shades of Salem #0A8557
Tints of Salem #0A8557
RGB
CMYK
RGB Variations
Color information
#0A8557 (or 0x0A8557) is known color: Salem. HEX triplet: 0A, 85 and 57. RGB value is (10,133,87). Sum of RGB (Red+Green+Blue) = 10+133+87=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8557 is #F57AA8. Grayscale: #5B5B5B. Windows color (decimal): -16087721 or 5735690. OLE color: 5735690.
HSL color Cylindrical-coordinate representation of color #0A8557: hue angle of 157.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8557 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 133 | 87 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.48 |
| HSL | 157.56º | 0.86% | 0.28% | - |
| HSV(B) | 157.56º | 0.92% | 0.52% | - |
| XYZ | 10.23 | 17.53 | 11.86 | - |
| YUV | 90.98 | 125.75 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 87 | 0.92 | 0 | 0.35 | 0.48 | 157.56 | 0.86 | 0.28 |
| Hex | A | 85 | 57 | 5C | 0 | 23 | 30 | 9E | 56 | 1C |
| Octal | 12 | 205 | 127 | 134 | 0 | 43 | 60 | 236 | 126 | 34 |
| Binary | 1010 | 10000101 | 1010111 | 1011100 | 0 | 100011 | 110000 | 10011110 | 1010110 | 11100 |
Color Harmonies of #0A8557
Complementary color
Monochromatic Colors of #0A8557
Black with #0A8557
Text Example
Text Example
White with #0A8557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8557; }
p { color: rgb(10,133,87); }
H1.HeaderClassName
{
color: #0A8557;
}
.AnyTagClassName
{
color: #0A8557;
}
</style>
background-color css
<style>
a { background-color: #0A8557; }
a { background-color: rgb(10,133,87); }
div.DivClassName
{
background-color: #0A8557;
}
.BgClassName
{
background-color: #0A8557;
}
</style>
border-color css
<style>
span { border-color: #0A8557; }
span { border-color: rgb(10,133,87); }
td.TdClassName
{
border-color: #0A8557;
}
.TagClassName
{
border-color: #0A8557;
}
</style>