Shades of Salem #078B41
Tints of Salem #078B41
RGB
CMYK
RGB Variations
Color information
#078B41 (or 0x078B41) is known color: Salem. HEX triplet: 07, 8B and 41. RGB value is (7,139,65). Sum of RGB (Red+Green+Blue) = 7+139+65=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 139 (54.69% from 255 or 65.88% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 139 - color contains mainly: green. Hex color #078B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B41 is #F874BE. Grayscale: #5B5B5B. Windows color (decimal): -16282815 or 4295431. OLE color: 4295431.
HSL color Cylindrical-coordinate representation of color #078B41: hue angle of 146.36º 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 #078B41 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 65 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.45 |
| HSL | 146.36º | 0.9% | 0.29% | - |
| HSV(B) | 146.36º | 0.95% | 0.55% | - |
| XYZ | 10.27 | 18.89 | 8.11 | - |
| YUV | 91.1 | 113.27 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 65 | 0.95 | 0 | 0.53 | 0.45 | 146.36 | 0.9 | 0.29 |
| Hex | 7 | 8B | 41 | 5F | 0 | 35 | 2D | 92 | 5A | 1D |
| Octal | 7 | 213 | 101 | 137 | 0 | 65 | 55 | 222 | 132 | 35 |
| Binary | 111 | 10001011 | 1000001 | 1011111 | 0 | 110101 | 101101 | 10010010 | 1011010 | 11101 |
Color Harmonies of #078B41
Complementary color
Monochromatic Colors of #078B41
Black with #078B41
Text Example
Text Example
White with #078B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B41; }
p { color: rgb(7,139,65); }
H1.HeaderClassName
{
color: #078B41;
}
.AnyTagClassName
{
color: #078B41;
}
</style>
background-color css
<style>
a { background-color: #078B41; }
a { background-color: rgb(7,139,65); }
div.DivClassName
{
background-color: #078B41;
}
.BgClassName
{
background-color: #078B41;
}
</style>
border-color css
<style>
span { border-color: #078B41; }
span { border-color: rgb(7,139,65); }
td.TdClassName
{
border-color: #078B41;
}
.TagClassName
{
border-color: #078B41;
}
</style>