Shades of Salem #097649
Tints of Salem #097649
RGB
CMYK
RGB Variations
Color information
#097649 (or 0x097649) is known color: Salem. HEX triplet: 09, 76 and 49. RGB value is (9,118,73). Sum of RGB (Red+Green+Blue) = 9+118+73=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #097649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097649 is #F689B6. Grayscale: #505050. Windows color (decimal): -16157111 or 4814345. OLE color: 4814345.
HSL color Cylindrical-coordinate representation of color #097649: hue angle of 155.23º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097649 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 73 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.54 |
| HSL | 155.23º | 0.86% | 0.25% | - |
| HSV(B) | 155.23º | 0.92% | 0.46% | - |
| XYZ | 7.79 | 13.5 | 8.5 | - |
| YUV | 80.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 73 | 0.92 | 0 | 0.38 | 0.54 | 155.23 | 0.86 | 0.25 |
| Hex | 9 | 76 | 49 | 5C | 0 | 26 | 36 | 9B | 56 | 19 |
| Octal | 11 | 166 | 111 | 134 | 0 | 46 | 66 | 233 | 126 | 31 |
| Binary | 1001 | 1110110 | 1001001 | 1011100 | 0 | 100110 | 110110 | 10011011 | 1010110 | 11001 |
Color Harmonies of #097649
Complementary color
Monochromatic Colors of #097649
Black with #097649
Text Example
Text Example
White with #097649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097649; }
p { color: rgb(9,118,73); }
H1.HeaderClassName
{
color: #097649;
}
.AnyTagClassName
{
color: #097649;
}
</style>
background-color css
<style>
a { background-color: #097649; }
a { background-color: rgb(9,118,73); }
div.DivClassName
{
background-color: #097649;
}
.BgClassName
{
background-color: #097649;
}
</style>
border-color css
<style>
span { border-color: #097649; }
span { border-color: rgb(9,118,73); }
td.TdClassName
{
border-color: #097649;
}
.TagClassName
{
border-color: #097649;
}
</style>