Shades of Salem #078949
Tints of Salem #078949
RGB
CMYK
RGB Variations
Color information
#078949 (or 0x078949) is known color: Salem. HEX triplet: 07, 89 and 49. RGB value is (7,137,73). Sum of RGB (Red+Green+Blue) = 7+137+73=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 137 (53.91% from 255 or 63.13% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 137 - color contains mainly: green. Hex color #078949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078949 is #F876B6. Grayscale: #5A5A5A. Windows color (decimal): -16283319 or 4819207. OLE color: 4819207.
HSL color Cylindrical-coordinate representation of color #078949: hue angle of 150.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078949 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 73 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.46 |
| HSL | 150.46º | 0.9% | 0.28% | - |
| HSV(B) | 150.46º | 0.95% | 0.54% | - |
| XYZ | 10.24 | 18.42 | 9.32 | - |
| YUV | 90.83 | 117.93 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 73 | 0.95 | 0 | 0.47 | 0.46 | 150.46 | 0.9 | 0.28 |
| Hex | 7 | 89 | 49 | 5F | 0 | 2F | 2E | 96 | 5A | 1C |
| Octal | 7 | 211 | 111 | 137 | 0 | 57 | 56 | 226 | 132 | 34 |
| Binary | 111 | 10001001 | 1001001 | 1011111 | 0 | 101111 | 101110 | 10010110 | 1011010 | 11100 |
Color Harmonies of #078949
Complementary color
Monochromatic Colors of #078949
Black with #078949
Text Example
Text Example
White with #078949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078949; }
p { color: rgb(7,137,73); }
H1.HeaderClassName
{
color: #078949;
}
.AnyTagClassName
{
color: #078949;
}
</style>
background-color css
<style>
a { background-color: #078949; }
a { background-color: rgb(7,137,73); }
div.DivClassName
{
background-color: #078949;
}
.BgClassName
{
background-color: #078949;
}
</style>
border-color css
<style>
span { border-color: #078949; }
span { border-color: rgb(7,137,73); }
td.TdClassName
{
border-color: #078949;
}
.TagClassName
{
border-color: #078949;
}
</style>