Shades of Salem #078941
Tints of Salem #078941
RGB
CMYK
RGB Variations
Color information
#078941 (or 0x078941) is known color: Salem. HEX triplet: 07, 89 and 41. RGB value is (7,137,65). Sum of RGB (Red+Green+Blue) = 7+137+65=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #078941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078941 is #F876BE. Grayscale: #5A5A5A. Windows color (decimal): -16283327 or 4294919. OLE color: 4294919.
HSL color Cylindrical-coordinate representation of color #078941: hue angle of 146.77º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078941 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 65 | - |
| CMYK | 0.95 | 0 | 0.53 | 0.46 |
| HSL | 146.77º | 0.9% | 0.28% | - |
| HSV(B) | 146.77º | 0.95% | 0.54% | - |
| XYZ | 9.99 | 18.32 | 8.01 | - |
| YUV | 89.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 65 | 0.95 | 0 | 0.53 | 0.46 | 146.77 | 0.9 | 0.28 |
| Hex | 7 | 89 | 41 | 5F | 0 | 35 | 2E | 93 | 5A | 1C |
| Octal | 7 | 211 | 101 | 137 | 0 | 65 | 56 | 223 | 132 | 34 |
| Binary | 111 | 10001001 | 1000001 | 1011111 | 0 | 110101 | 101110 | 10010011 | 1011010 | 11100 |
Color Harmonies of #078941
Complementary color
Monochromatic Colors of #078941
Black with #078941
Text Example
Text Example
White with #078941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078941; }
p { color: rgb(7,137,65); }
H1.HeaderClassName
{
color: #078941;
}
.AnyTagClassName
{
color: #078941;
}
</style>
background-color css
<style>
a { background-color: #078941; }
a { background-color: rgb(7,137,65); }
div.DivClassName
{
background-color: #078941;
}
.BgClassName
{
background-color: #078941;
}
</style>
border-color css
<style>
span { border-color: #078941; }
span { border-color: rgb(7,137,65); }
td.TdClassName
{
border-color: #078941;
}
.TagClassName
{
border-color: #078941;
}
</style>