Shades of Salem #078751
Tints of Salem #078751
RGB
CMYK
RGB Variations
Color information
#078751 (or 0x078751) is known color: Salem. HEX triplet: 07, 87 and 51. RGB value is (7,135,81). Sum of RGB (Red+Green+Blue) = 7+135+81=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #078751 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078751 is #F878AE. Grayscale: #5A5A5A. Windows color (decimal): -16283823 or 5342983. OLE color: 5342983.
HSL color Cylindrical-coordinate representation of color #078751: hue angle of 154.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078751 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 81 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.47 |
| HSL | 154.69º | 0.9% | 0.28% | - |
| HSV(B) | 154.69º | 0.95% | 0.53% | - |
| XYZ | 10.24 | 17.97 | 10.71 | - |
| YUV | 90.57 | 122.59 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 81 | 0.95 | 0 | 0.40 | 0.47 | 154.69 | 0.9 | 0.28 |
| Hex | 7 | 87 | 51 | 5F | 0 | 28 | 2F | 9B | 5A | 1C |
| Octal | 7 | 207 | 121 | 137 | 0 | 50 | 57 | 233 | 132 | 34 |
| Binary | 111 | 10000111 | 1010001 | 1011111 | 0 | 101000 | 101111 | 10011011 | 1011010 | 11100 |
Color Harmonies of #078751
Complementary color
Monochromatic Colors of #078751
Black with #078751
Text Example
Text Example
White with #078751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078751; }
p { color: rgb(7,135,81); }
H1.HeaderClassName
{
color: #078751;
}
.AnyTagClassName
{
color: #078751;
}
</style>
background-color css
<style>
a { background-color: #078751; }
a { background-color: rgb(7,135,81); }
div.DivClassName
{
background-color: #078751;
}
.BgClassName
{
background-color: #078751;
}
</style>
border-color css
<style>
span { border-color: #078751; }
span { border-color: rgb(7,135,81); }
td.TdClassName
{
border-color: #078751;
}
.TagClassName
{
border-color: #078751;
}
</style>