Shades of Salem #098658
Tints of Salem #098658
RGB
CMYK
RGB Variations
Color information
#098658 (or 0x098658) is known color: Salem. HEX triplet: 09, 86 and 58. RGB value is (9,134,88). Sum of RGB (Red+Green+Blue) = 9+134+88=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #098658 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098658 is #F679A7. Grayscale: #5B5B5B. Windows color (decimal): -16153000 or 5801481. OLE color: 5801481.
HSL color Cylindrical-coordinate representation of color #098658: hue angle of 157.92º 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 #098658 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 88 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.47 |
| HSL | 157.92º | 0.87% | 0.28% | - |
| HSV(B) | 157.92º | 0.93% | 0.53% | - |
| XYZ | 10.4 | 17.81 | 12.12 | - |
| YUV | 91.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 88 | 0.93 | 0 | 0.34 | 0.47 | 157.92 | 0.87 | 0.28 |
| Hex | 9 | 86 | 58 | 5D | 0 | 22 | 2F | 9E | 57 | 1C |
| Octal | 11 | 206 | 130 | 135 | 0 | 42 | 57 | 236 | 127 | 34 |
| Binary | 1001 | 10000110 | 1011000 | 1011101 | 0 | 100010 | 101111 | 10011110 | 1010111 | 11100 |
Color Harmonies of #098658
Complementary color
Monochromatic Colors of #098658
Black with #098658
Text Example
Text Example
White with #098658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098658; }
p { color: rgb(9,134,88); }
H1.HeaderClassName
{
color: #098658;
}
.AnyTagClassName
{
color: #098658;
}
</style>
background-color css
<style>
a { background-color: #098658; }
a { background-color: rgb(9,134,88); }
div.DivClassName
{
background-color: #098658;
}
.BgClassName
{
background-color: #098658;
}
</style>
border-color css
<style>
span { border-color: #098658; }
span { border-color: rgb(9,134,88); }
td.TdClassName
{
border-color: #098658;
}
.TagClassName
{
border-color: #098658;
}
</style>