Shades of Salem #0A873F
Tints of Salem #0A873F
RGB
CMYK
RGB Variations
Color information
#0A873F (or 0x0A873F) is known color: Salem. HEX triplet: 0A, 87 and 3F. RGB value is (10,135,63). Sum of RGB (Red+Green+Blue) = 10+135+63=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #0A873F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A873F is #F578C0. Grayscale: #595959. Windows color (decimal): -16087233 or 4163338. OLE color: 4163338.
HSL color Cylindrical-coordinate representation of color #0A873F: hue angle of 145.44º 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 #0A873F is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 135 | 63 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.47 |
| HSL | 145.44º | 0.86% | 0.28% | - |
| HSV(B) | 145.44º | 0.93% | 0.53% | - |
| XYZ | 9.69 | 17.75 | 7.62 | - |
| YUV | 89.42 | 113.09 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 63 | 0.93 | 0 | 0.53 | 0.47 | 145.44 | 0.86 | 0.28 |
| Hex | A | 87 | 3F | 5D | 0 | 35 | 2F | 91 | 56 | 1C |
| Octal | 12 | 207 | 77 | 135 | 0 | 65 | 57 | 221 | 126 | 34 |
| Binary | 1010 | 10000111 | 111111 | 1011101 | 0 | 110101 | 101111 | 10010001 | 1010110 | 11100 |
Color Harmonies of #0A873F
Complementary color
Monochromatic Colors of #0A873F
Black with #0A873F
Text Example
Text Example
White with #0A873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A873F; }
p { color: rgb(10,135,63); }
H1.HeaderClassName
{
color: #0A873F;
}
.AnyTagClassName
{
color: #0A873F;
}
</style>
background-color css
<style>
a { background-color: #0A873F; }
a { background-color: rgb(10,135,63); }
div.DivClassName
{
background-color: #0A873F;
}
.BgClassName
{
background-color: #0A873F;
}
</style>
border-color css
<style>
span { border-color: #0A873F; }
span { border-color: rgb(10,135,63); }
td.TdClassName
{
border-color: #0A873F;
}
.TagClassName
{
border-color: #0A873F;
}
</style>