Shades of Salem #078D40
Tints of Salem #078D40
RGB
CMYK
RGB Variations
Color information
#078D40 (or 0x078D40) is known color: Salem. HEX triplet: 07, 8D and 40. RGB value is (7,141,64). Sum of RGB (Red+Green+Blue) = 7+141+64=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #078D40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D40 is #F872BF. Grayscale: #5C5C5C. Windows color (decimal): -16282304 or 4230407. OLE color: 4230407.
HSL color Cylindrical-coordinate representation of color #078D40: hue angle of 145.52º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D40 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 64 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.45 |
| HSL | 145.52º | 0.91% | 0.29% | - |
| HSV(B) | 145.52º | 0.95% | 0.55% | - |
| XYZ | 10.54 | 19.47 | 8.05 | - |
| YUV | 92.16 | 112.11 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 64 | 0.95 | 0 | 0.55 | 0.45 | 145.52 | 0.91 | 0.29 |
| Hex | 7 | 8D | 40 | 5F | 0 | 37 | 2D | 92 | 5B | 1D |
| Octal | 7 | 215 | 100 | 137 | 0 | 67 | 55 | 222 | 133 | 35 |
| Binary | 111 | 10001101 | 1000000 | 1011111 | 0 | 110111 | 101101 | 10010010 | 1011011 | 11101 |
Color Harmonies of #078D40
Complementary color
Monochromatic Colors of #078D40
Black with #078D40
Text Example
Text Example
White with #078D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D40; }
p { color: rgb(7,141,64); }
H1.HeaderClassName
{
color: #078D40;
}
.AnyTagClassName
{
color: #078D40;
}
</style>
background-color css
<style>
a { background-color: #078D40; }
a { background-color: rgb(7,141,64); }
div.DivClassName
{
background-color: #078D40;
}
.BgClassName
{
background-color: #078D40;
}
</style>
border-color css
<style>
span { border-color: #078D40; }
span { border-color: rgb(7,141,64); }
td.TdClassName
{
border-color: #078D40;
}
.TagClassName
{
border-color: #078D40;
}
</style>