Shades of Salem #098647
Tints of Salem #098647
RGB
CMYK
RGB Variations
Color information
#098647 (or 0x098647) is known color: Salem. HEX triplet: 09, 86 and 47. RGB value is (9,134,71). Sum of RGB (Red+Green+Blue) = 9+134+71=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #098647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098647 is #F679B8. Grayscale: #595959. Windows color (decimal): -16153017 or 4687369. OLE color: 4687369.
HSL color Cylindrical-coordinate representation of color #098647: hue angle of 149.76º degrees, saturation: 0.87, 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 #098647 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 71 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.47 |
| HSL | 149.76º | 0.87% | 0.28% | - |
| HSV(B) | 149.76º | 0.93% | 0.53% | - |
| XYZ | 9.78 | 17.56 | 8.84 | - |
| YUV | 89.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 71 | 0.93 | 0 | 0.47 | 0.47 | 149.76 | 0.87 | 0.28 |
| Hex | 9 | 86 | 47 | 5D | 0 | 2F | 2F | 96 | 57 | 1C |
| Octal | 11 | 206 | 107 | 135 | 0 | 57 | 57 | 226 | 127 | 34 |
| Binary | 1001 | 10000110 | 1000111 | 1011101 | 0 | 101111 | 101111 | 10010110 | 1010111 | 11100 |
Color Harmonies of #098647
Complementary color
Monochromatic Colors of #098647
Black with #098647
Text Example
Text Example
White with #098647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098647; }
p { color: rgb(9,134,71); }
H1.HeaderClassName
{
color: #098647;
}
.AnyTagClassName
{
color: #098647;
}
</style>
background-color css
<style>
a { background-color: #098647; }
a { background-color: rgb(9,134,71); }
div.DivClassName
{
background-color: #098647;
}
.BgClassName
{
background-color: #098647;
}
</style>
border-color css
<style>
span { border-color: #098647; }
span { border-color: rgb(9,134,71); }
td.TdClassName
{
border-color: #098647;
}
.TagClassName
{
border-color: #098647;
}
</style>