Shades of Salem #097D4B
Tints of Salem #097D4B
RGB
CMYK
RGB Variations
Color information
#097D4B (or 0x097D4B) is known color: Salem. HEX triplet: 09, 7D and 4B. RGB value is (9,125,75). Sum of RGB (Red+Green+Blue) = 9+125+75=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #097D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097D4B is #F682B4. Grayscale: #545454. Windows color (decimal): -16155317 or 4947209. OLE color: 4947209.
HSL color Cylindrical-coordinate representation of color #097D4B: hue angle of 154.14º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097D4B is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 125 | 75 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.51 |
| HSL | 154.14º | 0.87% | 0.26% | - |
| HSV(B) | 154.14º | 0.93% | 0.49% | - |
| XYZ | 8.72 | 15.23 | 9.14 | - |
| YUV | 84.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 125 | 75 | 0.93 | 0 | 0.40 | 0.51 | 154.14 | 0.87 | 0.26 |
| Hex | 9 | 7D | 4B | 5D | 0 | 28 | 33 | 9A | 57 | 1A |
| Octal | 11 | 175 | 113 | 135 | 0 | 50 | 63 | 232 | 127 | 32 |
| Binary | 1001 | 1111101 | 1001011 | 1011101 | 0 | 101000 | 110011 | 10011010 | 1010111 | 11010 |
Color Harmonies of #097D4B
Complementary color
Monochromatic Colors of #097D4B
Black with #097D4B
Text Example
Text Example
White with #097D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097D4B; }
p { color: rgb(9,125,75); }
H1.HeaderClassName
{
color: #097D4B;
}
.AnyTagClassName
{
color: #097D4B;
}
</style>
background-color css
<style>
a { background-color: #097D4B; }
a { background-color: rgb(9,125,75); }
div.DivClassName
{
background-color: #097D4B;
}
.BgClassName
{
background-color: #097D4B;
}
</style>
border-color css
<style>
span { border-color: #097D4B; }
span { border-color: rgb(9,125,75); }
td.TdClassName
{
border-color: #097D4B;
}
.TagClassName
{
border-color: #097D4B;
}
</style>