Shades of Salem #098753
Tints of Salem #098753
RGB
CMYK
RGB Variations
Color information
#098753 (or 0x098753) is known color: Salem. HEX triplet: 09, 87 and 53. RGB value is (9,135,83). Sum of RGB (Red+Green+Blue) = 9+135+83=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 135 (53.12% from 255 or 59.47% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 135 - color contains mainly: green. Hex color #098753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098753 is #F678AC. Grayscale: #5B5B5B. Windows color (decimal): -16152749 or 5474057. OLE color: 5474057.
HSL color Cylindrical-coordinate representation of color #098753: hue angle of 155.24º 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 #098753 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 83 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.47 |
| HSL | 155.24º | 0.88% | 0.28% | - |
| HSV(B) | 155.24º | 0.93% | 0.53% | - |
| XYZ | 10.34 | 18.01 | 11.12 | - |
| YUV | 91.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 83 | 0.93 | 0 | 0.39 | 0.47 | 155.24 | 0.88 | 0.28 |
| Hex | 9 | 87 | 53 | 5D | 0 | 27 | 2F | 9B | 58 | 1C |
| Octal | 11 | 207 | 123 | 135 | 0 | 47 | 57 | 233 | 130 | 34 |
| Binary | 1001 | 10000111 | 1010011 | 1011101 | 0 | 100111 | 101111 | 10011011 | 1011000 | 11100 |
Color Harmonies of #098753
Complementary color
Monochromatic Colors of #098753
Black with #098753
Text Example
Text Example
White with #098753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098753; }
p { color: rgb(9,135,83); }
H1.HeaderClassName
{
color: #098753;
}
.AnyTagClassName
{
color: #098753;
}
</style>
background-color css
<style>
a { background-color: #098753; }
a { background-color: rgb(9,135,83); }
div.DivClassName
{
background-color: #098753;
}
.BgClassName
{
background-color: #098753;
}
</style>
border-color css
<style>
span { border-color: #098753; }
span { border-color: rgb(9,135,83); }
td.TdClassName
{
border-color: #098753;
}
.TagClassName
{
border-color: #098753;
}
</style>