Shades of Salem #0A8656
Tints of Salem #0A8656
RGB
CMYK
RGB Variations
Color information
#0A8656 (or 0x0A8656) is known color: Salem. HEX triplet: 0A, 86 and 56. RGB value is (10,134,86). Sum of RGB (Red+Green+Blue) = 10+134+86=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8656 is #F579A9. Grayscale: #5B5B5B. Windows color (decimal): -16087466 or 5670410. OLE color: 5670410.
HSL color Cylindrical-coordinate representation of color #0A8656: hue angle of 156.77º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8656 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 86 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.47 |
| HSL | 156.77º | 0.86% | 0.28% | - |
| HSV(B) | 156.77º | 0.93% | 0.53% | - |
| XYZ | 10.33 | 17.79 | 11.69 | - |
| YUV | 91.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 86 | 0.93 | 0 | 0.36 | 0.47 | 156.77 | 0.86 | 0.28 |
| Hex | A | 86 | 56 | 5D | 0 | 24 | 2F | 9D | 56 | 1C |
| Octal | 12 | 206 | 126 | 135 | 0 | 44 | 57 | 235 | 126 | 34 |
| Binary | 1010 | 10000110 | 1010110 | 1011101 | 0 | 100100 | 101111 | 10011101 | 1010110 | 11100 |
Color Harmonies of #0A8656
Complementary color
Monochromatic Colors of #0A8656
Black with #0A8656
Text Example
Text Example
White with #0A8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8656; }
p { color: rgb(10,134,86); }
H1.HeaderClassName
{
color: #0A8656;
}
.AnyTagClassName
{
color: #0A8656;
}
</style>
background-color css
<style>
a { background-color: #0A8656; }
a { background-color: rgb(10,134,86); }
div.DivClassName
{
background-color: #0A8656;
}
.BgClassName
{
background-color: #0A8656;
}
</style>
border-color css
<style>
span { border-color: #0A8656; }
span { border-color: rgb(10,134,86); }
td.TdClassName
{
border-color: #0A8656;
}
.TagClassName
{
border-color: #0A8656;
}
</style>