Shades of Salem #078049
Tints of Salem #078049
RGB
CMYK
RGB Variations
Color information
#078049 (or 0x078049) is known color: Salem. HEX triplet: 07, 80 and 49. RGB value is (7,128,73). Sum of RGB (Red+Green+Blue) = 7+128+73=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #078049 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078049 is #F87FB6. Grayscale: #555555. Windows color (decimal): -16285623 or 4816903. OLE color: 4816903.
HSL color Cylindrical-coordinate representation of color #078049: hue angle of 152.73º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078049 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 73 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.50 |
| HSL | 152.73º | 0.9% | 0.26% | - |
| HSV(B) | 152.73º | 0.95% | 0.5% | - |
| XYZ | 9.01 | 15.96 | 8.91 | - |
| YUV | 85.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 73 | 0.95 | 0 | 0.43 | 0.50 | 152.73 | 0.9 | 0.26 |
| Hex | 7 | 80 | 49 | 5F | 0 | 2B | 32 | 99 | 5A | 1A |
| Octal | 7 | 200 | 111 | 137 | 0 | 53 | 62 | 231 | 132 | 32 |
| Binary | 111 | 10000000 | 1001001 | 1011111 | 0 | 101011 | 110010 | 10011001 | 1011010 | 11010 |
Color Harmonies of #078049
Complementary color
Monochromatic Colors of #078049
Black with #078049
Text Example
Text Example
White with #078049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078049; }
p { color: rgb(7,128,73); }
H1.HeaderClassName
{
color: #078049;
}
.AnyTagClassName
{
color: #078049;
}
</style>
background-color css
<style>
a { background-color: #078049; }
a { background-color: rgb(7,128,73); }
div.DivClassName
{
background-color: #078049;
}
.BgClassName
{
background-color: #078049;
}
</style>
border-color css
<style>
span { border-color: #078049; }
span { border-color: rgb(7,128,73); }
td.TdClassName
{
border-color: #078049;
}
.TagClassName
{
border-color: #078049;
}
</style>