Shades of Salem #098652
Tints of Salem #098652
RGB
CMYK
RGB Variations
Color information
#098652 (or 0x098652) is known color: Salem. HEX triplet: 09, 86 and 52. RGB value is (9,134,82). Sum of RGB (Red+Green+Blue) = 9+134+82=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #098652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098652 is #F679AD. Grayscale: #5A5A5A. Windows color (decimal): -16153006 or 5408265. OLE color: 5408265.
HSL color Cylindrical-coordinate representation of color #098652: hue angle of 155.04º 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 #098652 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 82 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.47 |
| HSL | 155.04º | 0.87% | 0.28% | - |
| HSV(B) | 155.04º | 0.93% | 0.53% | - |
| XYZ | 10.16 | 17.72 | 10.87 | - |
| YUV | 90.7 | 123.09 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 82 | 0.93 | 0 | 0.39 | 0.47 | 155.04 | 0.87 | 0.28 |
| Hex | 9 | 86 | 52 | 5D | 0 | 27 | 2F | 9B | 57 | 1C |
| Octal | 11 | 206 | 122 | 135 | 0 | 47 | 57 | 233 | 127 | 34 |
| Binary | 1001 | 10000110 | 1010010 | 1011101 | 0 | 100111 | 101111 | 10011011 | 1010111 | 11100 |
Color Harmonies of #098652
Complementary color
Monochromatic Colors of #098652
Black with #098652
Text Example
Text Example
White with #098652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098652; }
p { color: rgb(9,134,82); }
H1.HeaderClassName
{
color: #098652;
}
.AnyTagClassName
{
color: #098652;
}
</style>
background-color css
<style>
a { background-color: #098652; }
a { background-color: rgb(9,134,82); }
div.DivClassName
{
background-color: #098652;
}
.BgClassName
{
background-color: #098652;
}
</style>
border-color css
<style>
span { border-color: #098652; }
span { border-color: rgb(9,134,82); }
td.TdClassName
{
border-color: #098652;
}
.TagClassName
{
border-color: #098652;
}
</style>