Shades of Salem #098756
Tints of Salem #098756
RGB
CMYK
RGB Variations
Color information
#098756 (or 0x098756) is known color: Salem. HEX triplet: 09, 87 and 56. RGB value is (9,135,86). Sum of RGB (Red+Green+Blue) = 9+135+86=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #098756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098756 is #F678A9. Grayscale: #5B5B5B. Windows color (decimal): -16152746 or 5670665. OLE color: 5670665.
HSL color Cylindrical-coordinate representation of color #098756: hue angle of 156.67º 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 #098756 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 86 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.47 |
| HSL | 156.67º | 0.88% | 0.28% | - |
| HSV(B) | 156.67º | 0.93% | 0.53% | - |
| XYZ | 10.46 | 18.06 | 11.74 | - |
| YUV | 91.74 | 124.76 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 86 | 0.93 | 0 | 0.36 | 0.47 | 156.67 | 0.88 | 0.28 |
| Hex | 9 | 87 | 56 | 5D | 0 | 24 | 2F | 9D | 58 | 1C |
| Octal | 11 | 207 | 126 | 135 | 0 | 44 | 57 | 235 | 130 | 34 |
| Binary | 1001 | 10000111 | 1010110 | 1011101 | 0 | 100100 | 101111 | 10011101 | 1011000 | 11100 |
Color Harmonies of #098756
Complementary color
Monochromatic Colors of #098756
Black with #098756
Text Example
Text Example
White with #098756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098756; }
p { color: rgb(9,135,86); }
H1.HeaderClassName
{
color: #098756;
}
.AnyTagClassName
{
color: #098756;
}
</style>
background-color css
<style>
a { background-color: #098756; }
a { background-color: rgb(9,135,86); }
div.DivClassName
{
background-color: #098756;
}
.BgClassName
{
background-color: #098756;
}
</style>
border-color css
<style>
span { border-color: #098756; }
span { border-color: rgb(9,135,86); }
td.TdClassName
{
border-color: #098756;
}
.TagClassName
{
border-color: #098756;
}
</style>