Shades of Salem #0A8741
Tints of Salem #0A8741
RGB
CMYK
RGB Variations
Color information
#0A8741 (or 0x0A8741) is known color: Salem. HEX triplet: 0A, 87 and 41. RGB value is (10,135,65). Sum of RGB (Red+Green+Blue) = 10+135+65=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #0A8741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8741 is #F578BE. Grayscale: #595959. Windows color (decimal): -16087231 or 4294410. OLE color: 4294410.
HSL color Cylindrical-coordinate representation of color #0A8741: hue angle of 146.4º 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 #0A8741 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 65 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.47 |
| HSL | 146.4º | 0.86% | 0.28% | - |
| HSV(B) | 146.4º | 0.93% | 0.53% | - |
| XYZ | 9.74 | 17.77 | 7.92 | - |
| YUV | 89.65 | 114.09 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 65 | 0.93 | 0 | 0.52 | 0.47 | 146.4 | 0.86 | 0.28 |
| Hex | A | 87 | 41 | 5D | 0 | 34 | 2F | 92 | 56 | 1C |
| Octal | 12 | 207 | 101 | 135 | 0 | 64 | 57 | 222 | 126 | 34 |
| Binary | 1010 | 10000111 | 1000001 | 1011101 | 0 | 110100 | 101111 | 10010010 | 1010110 | 11100 |
Color Harmonies of #0A8741
Complementary color
Monochromatic Colors of #0A8741
Black with #0A8741
Text Example
Text Example
White with #0A8741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8741; }
p { color: rgb(10,135,65); }
H1.HeaderClassName
{
color: #0A8741;
}
.AnyTagClassName
{
color: #0A8741;
}
</style>
background-color css
<style>
a { background-color: #0A8741; }
a { background-color: rgb(10,135,65); }
div.DivClassName
{
background-color: #0A8741;
}
.BgClassName
{
background-color: #0A8741;
}
</style>
border-color css
<style>
span { border-color: #0A8741; }
span { border-color: rgb(10,135,65); }
td.TdClassName
{
border-color: #0A8741;
}
.TagClassName
{
border-color: #0A8741;
}
</style>