Shades of Salem #078B46
Tints of Salem #078B46
RGB
CMYK
RGB Variations
Color information
#078B46 (or 0x078B46) is known color: Salem. HEX triplet: 07, 8B and 46. RGB value is (7,139,70). Sum of RGB (Red+Green+Blue) = 7+139+70=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #078B46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B46 is #F874B9. Grayscale: #5B5B5B. Windows color (decimal): -16282810 or 4623111. OLE color: 4623111.
HSL color Cylindrical-coordinate representation of color #078B46: hue angle of 148.64º 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 #078B46 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 70 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.45 |
| HSL | 148.64º | 0.9% | 0.29% | - |
| HSV(B) | 148.64º | 0.95% | 0.55% | - |
| XYZ | 10.43 | 18.95 | 8.9 | - |
| YUV | 91.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 70 | 0.95 | 0 | 0.50 | 0.45 | 148.64 | 0.9 | 0.29 |
| Hex | 7 | 8B | 46 | 5F | 0 | 32 | 2D | 95 | 5A | 1D |
| Octal | 7 | 213 | 106 | 137 | 0 | 62 | 55 | 225 | 132 | 35 |
| Binary | 111 | 10001011 | 1000110 | 1011111 | 0 | 110010 | 101101 | 10010101 | 1011010 | 11101 |
Color Harmonies of #078B46
Complementary color
Monochromatic Colors of #078B46
Black with #078B46
Text Example
Text Example
White with #078B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B46; }
p { color: rgb(7,139,70); }
H1.HeaderClassName
{
color: #078B46;
}
.AnyTagClassName
{
color: #078B46;
}
</style>
background-color css
<style>
a { background-color: #078B46; }
a { background-color: rgb(7,139,70); }
div.DivClassName
{
background-color: #078B46;
}
.BgClassName
{
background-color: #078B46;
}
</style>
border-color css
<style>
span { border-color: #078B46; }
span { border-color: rgb(7,139,70); }
td.TdClassName
{
border-color: #078B46;
}
.TagClassName
{
border-color: #078B46;
}
</style>