Shades of Salem #097A50
Tints of Salem #097A50
RGB
CMYK
RGB Variations
Color information
#097A50 (or 0x097A50) is known color: Salem. HEX triplet: 09, 7A and 50. RGB value is (9,122,80). Sum of RGB (Red+Green+Blue) = 9+122+80=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 122 (48.05% from 255 or 57.82% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 122 - color contains mainly: green. Hex color #097A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097A50 is #F685AF. Grayscale: #535353. Windows color (decimal): -16156080 or 5274121. OLE color: 5274121.
HSL color Cylindrical-coordinate representation of color #097A50: hue angle of 157.7º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097A50 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 122 | 80 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.52 |
| HSL | 157.7º | 0.86% | 0.26% | - |
| HSV(B) | 157.7º | 0.93% | 0.48% | - |
| XYZ | 8.52 | 14.56 | 9.95 | - |
| YUV | 83.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 80 | 0.93 | 0 | 0.34 | 0.52 | 157.7 | 0.86 | 0.26 |
| Hex | 9 | 7A | 50 | 5D | 0 | 22 | 34 | 9E | 56 | 1A |
| Octal | 11 | 172 | 120 | 135 | 0 | 42 | 64 | 236 | 126 | 32 |
| Binary | 1001 | 1111010 | 1010000 | 1011101 | 0 | 100010 | 110100 | 10011110 | 1010110 | 11010 |
Color Harmonies of #097A50
Complementary color
Monochromatic Colors of #097A50
Black with #097A50
Text Example
Text Example
White with #097A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097A50; }
p { color: rgb(9,122,80); }
H1.HeaderClassName
{
color: #097A50;
}
.AnyTagClassName
{
color: #097A50;
}
</style>
background-color css
<style>
a { background-color: #097A50; }
a { background-color: rgb(9,122,80); }
div.DivClassName
{
background-color: #097A50;
}
.BgClassName
{
background-color: #097A50;
}
</style>
border-color css
<style>
span { border-color: #097A50; }
span { border-color: rgb(9,122,80); }
td.TdClassName
{
border-color: #097A50;
}
.TagClassName
{
border-color: #097A50;
}
</style>