Shades of Salem #0A8641
Tints of Salem #0A8641
RGB
CMYK
RGB Variations
Color information
#0A8641 (or 0x0A8641) is known color: Salem. HEX triplet: 0A, 86 and 41. RGB value is (10,134,65). Sum of RGB (Red+Green+Blue) = 10+134+65=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8641 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8641 is #F579BE. Grayscale: #595959. Windows color (decimal): -16087487 or 4294154. OLE color: 4294154.
HSL color Cylindrical-coordinate representation of color #0A8641: hue angle of 146.61º 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 #0A8641 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 65 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.47 |
| HSL | 146.61º | 0.86% | 0.28% | - |
| HSV(B) | 146.61º | 0.93% | 0.53% | - |
| XYZ | 9.6 | 17.5 | 7.87 | - |
| YUV | 89.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 65 | 0.93 | 0 | 0.51 | 0.47 | 146.61 | 0.86 | 0.28 |
| Hex | A | 86 | 41 | 5D | 0 | 33 | 2F | 93 | 56 | 1C |
| Octal | 12 | 206 | 101 | 135 | 0 | 63 | 57 | 223 | 126 | 34 |
| Binary | 1010 | 10000110 | 1000001 | 1011101 | 0 | 110011 | 101111 | 10010011 | 1010110 | 11100 |
Color Harmonies of #0A8641
Complementary color
Monochromatic Colors of #0A8641
Black with #0A8641
Text Example
Text Example
White with #0A8641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8641; }
p { color: rgb(10,134,65); }
H1.HeaderClassName
{
color: #0A8641;
}
.AnyTagClassName
{
color: #0A8641;
}
</style>
background-color css
<style>
a { background-color: #0A8641; }
a { background-color: rgb(10,134,65); }
div.DivClassName
{
background-color: #0A8641;
}
.BgClassName
{
background-color: #0A8641;
}
</style>
border-color css
<style>
span { border-color: #0A8641; }
span { border-color: rgb(10,134,65); }
td.TdClassName
{
border-color: #0A8641;
}
.TagClassName
{
border-color: #0A8641;
}
</style>