Shades of Salem #098946
Tints of Salem #098946
RGB
CMYK
RGB Variations
Color information
#098946 (or 0x098946) is known color: Salem. HEX triplet: 09, 89 and 46. RGB value is (9,137,70). Sum of RGB (Red+Green+Blue) = 9+137+70=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #098946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098946 is #F676B9. Grayscale: #5B5B5B. Windows color (decimal): -16152250 or 4622601. OLE color: 4622601.
HSL color Cylindrical-coordinate representation of color #098946: hue angle of 148.59º 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 #098946 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 9 | 137 | 70 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.46 |
| HSL | 148.59º | 0.88% | 0.29% | - |
| HSV(B) | 148.59º | 0.93% | 0.54% | - |
| XYZ | 10.16 | 18.39 | 8.81 | - |
| YUV | 91.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 137 | 70 | 0.93 | 0 | 0.49 | 0.46 | 148.59 | 0.88 | 0.29 |
| Hex | 9 | 89 | 46 | 5D | 0 | 31 | 2E | 95 | 58 | 1D |
| Octal | 11 | 211 | 106 | 135 | 0 | 61 | 56 | 225 | 130 | 35 |
| Binary | 1001 | 10001001 | 1000110 | 1011101 | 0 | 110001 | 101110 | 10010101 | 1011000 | 11101 |
Color Harmonies of #098946
Complementary color
Monochromatic Colors of #098946
Black with #098946
Text Example
Text Example
White with #098946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098946; }
p { color: rgb(9,137,70); }
H1.HeaderClassName
{
color: #098946;
}
.AnyTagClassName
{
color: #098946;
}
</style>
background-color css
<style>
a { background-color: #098946; }
a { background-color: rgb(9,137,70); }
div.DivClassName
{
background-color: #098946;
}
.BgClassName
{
background-color: #098946;
}
</style>
border-color css
<style>
span { border-color: #098946; }
span { border-color: rgb(9,137,70); }
td.TdClassName
{
border-color: #098946;
}
.TagClassName
{
border-color: #098946;
}
</style>