Shades of Salem #098854
Tints of Salem #098854
RGB
CMYK
RGB Variations
Color information
#098854 (or 0x098854) is known color: Salem. HEX triplet: 09, 88 and 54. RGB value is (9,136,84). Sum of RGB (Red+Green+Blue) = 9+136+84=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #098854 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098854 is #F677AB. Grayscale: #5C5C5C. Windows color (decimal): -16152492 or 5539849. OLE color: 5539849.
HSL color Cylindrical-coordinate representation of color #098854: hue angle of 155.43º 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 #098854 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 136 | 84 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.47 |
| HSL | 155.43º | 0.88% | 0.28% | - |
| HSV(B) | 155.43º | 0.93% | 0.53% | - |
| XYZ | 10.52 | 18.31 | 11.37 | - |
| YUV | 92.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 84 | 0.93 | 0 | 0.38 | 0.47 | 155.43 | 0.88 | 0.28 |
| Hex | 9 | 88 | 54 | 5D | 0 | 26 | 2F | 9B | 58 | 1C |
| Octal | 11 | 210 | 124 | 135 | 0 | 46 | 57 | 233 | 130 | 34 |
| Binary | 1001 | 10001000 | 1010100 | 1011101 | 0 | 100110 | 101111 | 10011011 | 1011000 | 11100 |
Color Harmonies of #098854
Complementary color
Monochromatic Colors of #098854
Black with #098854
Text Example
Text Example
White with #098854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098854; }
p { color: rgb(9,136,84); }
H1.HeaderClassName
{
color: #098854;
}
.AnyTagClassName
{
color: #098854;
}
</style>
background-color css
<style>
a { background-color: #098854; }
a { background-color: rgb(9,136,84); }
div.DivClassName
{
background-color: #098854;
}
.BgClassName
{
background-color: #098854;
}
</style>
border-color css
<style>
span { border-color: #098854; }
span { border-color: rgb(9,136,84); }
td.TdClassName
{
border-color: #098854;
}
.TagClassName
{
border-color: #098854;
}
</style>