Shades of Salem #09794C
Tints of Salem #09794C
RGB
CMYK
RGB Variations
Color information
#09794C (or 0x09794C) is known color: Salem. HEX triplet: 09, 79 and 4C. RGB value is (9,121,76). Sum of RGB (Red+Green+Blue) = 9+121+76=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #09794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09794C is #F686B3. Grayscale: #525252. Windows color (decimal): -16156340 or 5011721. OLE color: 5011721.
HSL color Cylindrical-coordinate representation of color #09794C: hue angle of 155.89º 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 #09794C is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 76 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.53 |
| HSL | 155.89º | 0.86% | 0.25% | - |
| HSV(B) | 155.89º | 0.93% | 0.47% | - |
| XYZ | 8.25 | 14.25 | 9.15 | - |
| YUV | 82.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 76 | 0.93 | 0 | 0.37 | 0.53 | 155.89 | 0.86 | 0.25 |
| Hex | 9 | 79 | 4C | 5D | 0 | 25 | 35 | 9C | 56 | 19 |
| Octal | 11 | 171 | 114 | 135 | 0 | 45 | 65 | 234 | 126 | 31 |
| Binary | 1001 | 1111001 | 1001100 | 1011101 | 0 | 100101 | 110101 | 10011100 | 1010110 | 11001 |
Color Harmonies of #09794C
Complementary color
Monochromatic Colors of #09794C
Black with #09794C
Text Example
Text Example
White with #09794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09794C; }
p { color: rgb(9,121,76); }
H1.HeaderClassName
{
color: #09794C;
}
.AnyTagClassName
{
color: #09794C;
}
</style>
background-color css
<style>
a { background-color: #09794C; }
a { background-color: rgb(9,121,76); }
div.DivClassName
{
background-color: #09794C;
}
.BgClassName
{
background-color: #09794C;
}
</style>
border-color css
<style>
span { border-color: #09794C; }
span { border-color: rgb(9,121,76); }
td.TdClassName
{
border-color: #09794C;
}
.TagClassName
{
border-color: #09794C;
}
</style>