Shades of Salem #09794B
Tints of Salem #09794B
RGB
CMYK
RGB Variations
Color information
#09794B (or 0x09794B) is known color: Salem. HEX triplet: 09, 79 and 4B. RGB value is (9,121,75). Sum of RGB (Red+Green+Blue) = 9+121+75=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #09794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09794B is #F686B4. Grayscale: #525252. Windows color (decimal): -16156341 or 4946185. OLE color: 4946185.
HSL color Cylindrical-coordinate representation of color #09794B: hue angle of 155.36º 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 #09794B is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 121 | 75 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.53 |
| HSL | 155.36º | 0.86% | 0.25% | - |
| HSV(B) | 155.36º | 0.93% | 0.47% | - |
| XYZ | 8.22 | 14.24 | 8.97 | - |
| YUV | 82.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 121 | 75 | 0.93 | 0 | 0.38 | 0.53 | 155.36 | 0.86 | 0.25 |
| Hex | 9 | 79 | 4B | 5D | 0 | 26 | 35 | 9B | 56 | 19 |
| Octal | 11 | 171 | 113 | 135 | 0 | 46 | 65 | 233 | 126 | 31 |
| Binary | 1001 | 1111001 | 1001011 | 1011101 | 0 | 100110 | 110101 | 10011011 | 1010110 | 11001 |
Color Harmonies of #09794B
Complementary color
Monochromatic Colors of #09794B
Black with #09794B
Text Example
Text Example
White with #09794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09794B; }
p { color: rgb(9,121,75); }
H1.HeaderClassName
{
color: #09794B;
}
.AnyTagClassName
{
color: #09794B;
}
</style>
background-color css
<style>
a { background-color: #09794B; }
a { background-color: rgb(9,121,75); }
div.DivClassName
{
background-color: #09794B;
}
.BgClassName
{
background-color: #09794B;
}
</style>
border-color css
<style>
span { border-color: #09794B; }
span { border-color: rgb(9,121,75); }
td.TdClassName
{
border-color: #09794B;
}
.TagClassName
{
border-color: #09794B;
}
</style>