Shades of Salem #078956
Tints of Salem #078956
RGB
CMYK
RGB Variations
Color information
#078956 (or 0x078956) is known color: Salem. HEX triplet: 07, 89 and 56. RGB value is (7,137,86). Sum of RGB (Red+Green+Blue) = 7+137+86=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #078956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078956 is #F876A9. Grayscale: #5C5C5C. Windows color (decimal): -16283306 or 5671175. OLE color: 5671175.
HSL color Cylindrical-coordinate representation of color #078956: hue angle of 156.46º 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 #078956 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 86 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.46 |
| HSL | 156.46º | 0.9% | 0.28% | - |
| HSV(B) | 156.46º | 0.95% | 0.54% | - |
| XYZ | 10.71 | 18.61 | 11.83 | - |
| YUV | 92.32 | 124.43 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 86 | 0.95 | 0 | 0.37 | 0.46 | 156.46 | 0.9 | 0.28 |
| Hex | 7 | 89 | 56 | 5F | 0 | 25 | 2E | 9C | 5A | 1C |
| Octal | 7 | 211 | 126 | 137 | 0 | 45 | 56 | 234 | 132 | 34 |
| Binary | 111 | 10001001 | 1010110 | 1011111 | 0 | 100101 | 101110 | 10011100 | 1011010 | 11100 |
Color Harmonies of #078956
Complementary color
Monochromatic Colors of #078956
Black with #078956
Text Example
Text Example
White with #078956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078956; }
p { color: rgb(7,137,86); }
H1.HeaderClassName
{
color: #078956;
}
.AnyTagClassName
{
color: #078956;
}
</style>
background-color css
<style>
a { background-color: #078956; }
a { background-color: rgb(7,137,86); }
div.DivClassName
{
background-color: #078956;
}
.BgClassName
{
background-color: #078956;
}
</style>
border-color css
<style>
span { border-color: #078956; }
span { border-color: rgb(7,137,86); }
td.TdClassName
{
border-color: #078956;
}
.TagClassName
{
border-color: #078956;
}
</style>