Shades of Salem #097946
Tints of Salem #097946
RGB
CMYK
RGB Variations
Color information
#097946 (or 0x097946) is known color: Salem. HEX triplet: 09, 79 and 46. RGB value is (9,121,70). Sum of RGB (Red+Green+Blue) = 9+121+70=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 121 (47.66% from 255 or 60.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 121 - color contains mainly: green. Hex color #097946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097946 is #F686B9. Grayscale: #515151. Windows color (decimal): -16156346 or 4618505. OLE color: 4618505.
HSL color Cylindrical-coordinate representation of color #097946: hue angle of 152.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097946 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 70 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.53 |
| HSL | 152.68º | 0.86% | 0.25% | - |
| HSV(B) | 152.68º | 0.93% | 0.47% | - |
| XYZ | 8.06 | 14.18 | 8.11 | - |
| YUV | 81.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 70 | 0.93 | 0 | 0.42 | 0.53 | 152.68 | 0.86 | 0.25 |
| Hex | 9 | 79 | 46 | 5D | 0 | 2A | 35 | 99 | 56 | 19 |
| Octal | 11 | 171 | 106 | 135 | 0 | 52 | 65 | 231 | 126 | 31 |
| Binary | 1001 | 1111001 | 1000110 | 1011101 | 0 | 101010 | 110101 | 10011001 | 1010110 | 11001 |
Color Harmonies of #097946
Complementary color
Monochromatic Colors of #097946
Black with #097946
Text Example
Text Example
White with #097946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097946; }
p { color: rgb(9,121,70); }
H1.HeaderClassName
{
color: #097946;
}
.AnyTagClassName
{
color: #097946;
}
</style>
background-color css
<style>
a { background-color: #097946; }
a { background-color: rgb(9,121,70); }
div.DivClassName
{
background-color: #097946;
}
.BgClassName
{
background-color: #097946;
}
</style>
border-color css
<style>
span { border-color: #097946; }
span { border-color: rgb(9,121,70); }
td.TdClassName
{
border-color: #097946;
}
.TagClassName
{
border-color: #097946;
}
</style>