Shades of Salem #078B3E
Tints of Salem #078B3E
RGB
CMYK
RGB Variations
Color information
#078B3E (or 0x078B3E) is known color: Salem. HEX triplet: 07, 8B and 3E. RGB value is (7,139,62). Sum of RGB (Red+Green+Blue) = 7+139+62=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 139 (54.69% from 255 or 66.83% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 139 - color contains mainly: green. Hex color #078B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B3E is #F874C1. Grayscale: #5A5A5A. Windows color (decimal): -16282818 or 4098823. OLE color: 4098823.
HSL color Cylindrical-coordinate representation of color #078B3E: hue angle of 145º degrees, saturation: 0.9, 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 #078B3E is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 62 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.45 |
| HSL | 145º | 0.9% | 0.29% | - |
| HSV(B) | 145º | 0.95% | 0.55% | - |
| XYZ | 10.19 | 18.86 | 7.66 | - |
| YUV | 90.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 62 | 0.95 | 0 | 0.55 | 0.45 | 145 | 0.9 | 0.29 |
| Hex | 7 | 8B | 3E | 5F | 0 | 37 | 2D | 91 | 5A | 1D |
| Octal | 7 | 213 | 76 | 137 | 0 | 67 | 55 | 221 | 132 | 35 |
| Binary | 111 | 10001011 | 111110 | 1011111 | 0 | 110111 | 101101 | 10010001 | 1011010 | 11101 |
Color Harmonies of #078B3E
Complementary color
Monochromatic Colors of #078B3E
Black with #078B3E
Text Example
Text Example
White with #078B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B3E; }
p { color: rgb(7,139,62); }
H1.HeaderClassName
{
color: #078B3E;
}
.AnyTagClassName
{
color: #078B3E;
}
</style>
background-color css
<style>
a { background-color: #078B3E; }
a { background-color: rgb(7,139,62); }
div.DivClassName
{
background-color: #078B3E;
}
.BgClassName
{
background-color: #078B3E;
}
</style>
border-color css
<style>
span { border-color: #078B3E; }
span { border-color: rgb(7,139,62); }
td.TdClassName
{
border-color: #078B3E;
}
.TagClassName
{
border-color: #078B3E;
}
</style>