Shades of Salem #098758
Tints of Salem #098758
RGB
CMYK
RGB Variations
Color information
#098758 (or 0x098758) is known color: Salem. HEX triplet: 09, 87 and 58. RGB value is (9,135,88). Sum of RGB (Red+Green+Blue) = 9+135+88=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #098758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098758 is #F678A7. Grayscale: #5C5C5C. Windows color (decimal): -16152744 or 5801737. OLE color: 5801737.
HSL color Cylindrical-coordinate representation of color #098758: hue angle of 157.62º 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 #098758 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 88 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.47 |
| HSL | 157.62º | 0.88% | 0.28% | - |
| HSV(B) | 157.62º | 0.93% | 0.53% | - |
| XYZ | 10.54 | 18.09 | 12.17 | - |
| YUV | 91.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 88 | 0.93 | 0 | 0.35 | 0.47 | 157.62 | 0.88 | 0.28 |
| Hex | 9 | 87 | 58 | 5D | 0 | 23 | 2F | 9E | 58 | 1C |
| Octal | 11 | 207 | 130 | 135 | 0 | 43 | 57 | 236 | 130 | 34 |
| Binary | 1001 | 10000111 | 1011000 | 1011101 | 0 | 100011 | 101111 | 10011110 | 1011000 | 11100 |
Color Harmonies of #098758
Complementary color
Monochromatic Colors of #098758
Black with #098758
Text Example
Text Example
White with #098758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098758; }
p { color: rgb(9,135,88); }
H1.HeaderClassName
{
color: #098758;
}
.AnyTagClassName
{
color: #098758;
}
</style>
background-color css
<style>
a { background-color: #098758; }
a { background-color: rgb(9,135,88); }
div.DivClassName
{
background-color: #098758;
}
.BgClassName
{
background-color: #098758;
}
</style>
border-color css
<style>
span { border-color: #098758; }
span { border-color: rgb(9,135,88); }
td.TdClassName
{
border-color: #098758;
}
.TagClassName
{
border-color: #098758;
}
</style>