Shades of Salem #0A864A
Tints of Salem #0A864A
RGB
CMYK
RGB Variations
Color information
#0A864A (or 0x0A864A) is known color: Salem. HEX triplet: 0A, 86 and 4A. RGB value is (10,134,74). Sum of RGB (Red+Green+Blue) = 10+134+74=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #0A864A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A864A is #F579B5. Grayscale: #5A5A5A. Windows color (decimal): -16087478 or 4883978. OLE color: 4883978.
HSL color Cylindrical-coordinate representation of color #0A864A: hue angle of 150.97º 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 #0A864A is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 74 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.47 |
| HSL | 150.97º | 0.86% | 0.28% | - |
| HSV(B) | 150.97º | 0.93% | 0.53% | - |
| XYZ | 9.89 | 17.61 | 9.36 | - |
| YUV | 90.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 74 | 0.93 | 0 | 0.45 | 0.47 | 150.97 | 0.86 | 0.28 |
| Hex | A | 86 | 4A | 5D | 0 | 2D | 2F | 97 | 56 | 1C |
| Octal | 12 | 206 | 112 | 135 | 0 | 55 | 57 | 227 | 126 | 34 |
| Binary | 1010 | 10000110 | 1001010 | 1011101 | 0 | 101101 | 101111 | 10010111 | 1010110 | 11100 |
Color Harmonies of #0A864A
Complementary color
Monochromatic Colors of #0A864A
Black with #0A864A
Text Example
Text Example
White with #0A864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A864A; }
p { color: rgb(10,134,74); }
H1.HeaderClassName
{
color: #0A864A;
}
.AnyTagClassName
{
color: #0A864A;
}
</style>
background-color css
<style>
a { background-color: #0A864A; }
a { background-color: rgb(10,134,74); }
div.DivClassName
{
background-color: #0A864A;
}
.BgClassName
{
background-color: #0A864A;
}
</style>
border-color css
<style>
span { border-color: #0A864A; }
span { border-color: rgb(10,134,74); }
td.TdClassName
{
border-color: #0A864A;
}
.TagClassName
{
border-color: #0A864A;
}
</style>