Shades of Salem #098940
Tints of Salem #098940
RGB
CMYK
RGB Variations
Color information
#098940 (or 0x098940) is known color: Salem. HEX triplet: 09, 89 and 40. RGB value is (9,137,64). Sum of RGB (Red+Green+Blue) = 9+137+64=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #098940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098940 is #F676BF. Grayscale: #5A5A5A. Windows color (decimal): -16152256 or 4229385. OLE color: 4229385.
HSL color Cylindrical-coordinate representation of color #098940: hue angle of 145.78º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098940 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 64 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.46 |
| HSL | 145.78º | 0.88% | 0.29% | - |
| HSV(B) | 145.78º | 0.93% | 0.54% | - |
| XYZ | 9.98 | 18.32 | 7.86 | - |
| YUV | 90.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 64 | 0.93 | 0 | 0.53 | 0.46 | 145.78 | 0.88 | 0.29 |
| Hex | 9 | 89 | 40 | 5D | 0 | 35 | 2E | 92 | 58 | 1D |
| Octal | 11 | 211 | 100 | 135 | 0 | 65 | 56 | 222 | 130 | 35 |
| Binary | 1001 | 10001001 | 1000000 | 1011101 | 0 | 110101 | 101110 | 10010010 | 1011000 | 11101 |
Color Harmonies of #098940
Complementary color
Monochromatic Colors of #098940
Black with #098940
Text Example
Text Example
White with #098940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098940; }
p { color: rgb(9,137,64); }
H1.HeaderClassName
{
color: #098940;
}
.AnyTagClassName
{
color: #098940;
}
</style>
background-color css
<style>
a { background-color: #098940; }
a { background-color: rgb(9,137,64); }
div.DivClassName
{
background-color: #098940;
}
.BgClassName
{
background-color: #098940;
}
</style>
border-color css
<style>
span { border-color: #098940; }
span { border-color: rgb(9,137,64); }
td.TdClassName
{
border-color: #098940;
}
.TagClassName
{
border-color: #098940;
}
</style>