Shades of Salem #098840
Tints of Salem #098840
RGB
CMYK
RGB Variations
Color information
#098840 (or 0x098840) is known color: Salem. HEX triplet: 09, 88 and 40. RGB value is (9,136,64). Sum of RGB (Red+Green+Blue) = 9+136+64=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #098840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098840 is #F677BF. Grayscale: #595959. Windows color (decimal): -16152512 or 4229129. OLE color: 4229129.
HSL color Cylindrical-coordinate representation of color #098840: hue angle of 145.98º 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 #098840 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 64 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.47 |
| HSL | 145.98º | 0.88% | 0.28% | - |
| HSV(B) | 145.98º | 0.93% | 0.53% | - |
| XYZ | 9.84 | 18.04 | 7.81 | - |
| YUV | 89.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 64 | 0.93 | 0 | 0.53 | 0.47 | 145.98 | 0.88 | 0.28 |
| Hex | 9 | 88 | 40 | 5D | 0 | 35 | 2F | 92 | 58 | 1C |
| Octal | 11 | 210 | 100 | 135 | 0 | 65 | 57 | 222 | 130 | 34 |
| Binary | 1001 | 10001000 | 1000000 | 1011101 | 0 | 110101 | 101111 | 10010010 | 1011000 | 11100 |
Color Harmonies of #098840
Complementary color
Monochromatic Colors of #098840
Black with #098840
Text Example
Text Example
White with #098840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098840; }
p { color: rgb(9,136,64); }
H1.HeaderClassName
{
color: #098840;
}
.AnyTagClassName
{
color: #098840;
}
</style>
background-color css
<style>
a { background-color: #098840; }
a { background-color: rgb(9,136,64); }
div.DivClassName
{
background-color: #098840;
}
.BgClassName
{
background-color: #098840;
}
</style>
border-color css
<style>
span { border-color: #098840; }
span { border-color: rgb(9,136,64); }
td.TdClassName
{
border-color: #098840;
}
.TagClassName
{
border-color: #098840;
}
</style>