Shades of Salem #098740
Tints of Salem #098740
RGB
CMYK
RGB Variations
Color information
#098740 (or 0x098740) is known color: Salem. HEX triplet: 09, 87 and 40. RGB value is (9,135,64). Sum of RGB (Red+Green+Blue) = 9+135+64=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #098740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098740 is #F678BF. Grayscale: #595959. Windows color (decimal): -16152768 or 4228873. OLE color: 4228873.
HSL color Cylindrical-coordinate representation of color #098740: hue angle of 146.19º degrees, saturation: 0.88, 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 #098740 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 64 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.47 |
| HSL | 146.19º | 0.88% | 0.28% | - |
| HSV(B) | 146.19º | 0.93% | 0.53% | - |
| XYZ | 9.7 | 17.76 | 7.77 | - |
| YUV | 89.23 | 113.76 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 64 | 0.93 | 0 | 0.53 | 0.47 | 146.19 | 0.88 | 0.28 |
| Hex | 9 | 87 | 40 | 5D | 0 | 35 | 2F | 92 | 58 | 1C |
| Octal | 11 | 207 | 100 | 135 | 0 | 65 | 57 | 222 | 130 | 34 |
| Binary | 1001 | 10000111 | 1000000 | 1011101 | 0 | 110101 | 101111 | 10010010 | 1011000 | 11100 |
Color Harmonies of #098740
Complementary color
Monochromatic Colors of #098740
Black with #098740
Text Example
Text Example
White with #098740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098740; }
p { color: rgb(9,135,64); }
H1.HeaderClassName
{
color: #098740;
}
.AnyTagClassName
{
color: #098740;
}
</style>
background-color css
<style>
a { background-color: #098740; }
a { background-color: rgb(9,135,64); }
div.DivClassName
{
background-color: #098740;
}
.BgClassName
{
background-color: #098740;
}
</style>
border-color css
<style>
span { border-color: #098740; }
span { border-color: rgb(9,135,64); }
td.TdClassName
{
border-color: #098740;
}
.TagClassName
{
border-color: #098740;
}
</style>