Shades of Salem #078051
Tints of Salem #078051
RGB
CMYK
RGB Variations
Color information
#078051 (or 0x078051) is known color: Salem. HEX triplet: 07, 80 and 51. RGB value is (7,128,81). Sum of RGB (Red+Green+Blue) = 7+128+81=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #078051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078051 is #F87FAE. Grayscale: #565656. Windows color (decimal): -16285615 or 5341191. OLE color: 5341191.
HSL color Cylindrical-coordinate representation of color #078051: hue angle of 156.69º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078051 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 81 | - |
| CMYK | 0.95 | 0 | 0.37 | 0.50 |
| HSL | 156.69º | 0.9% | 0.26% | - |
| HSV(B) | 156.69º | 0.95% | 0.5% | - |
| XYZ | 9.29 | 16.08 | 10.4 | - |
| YUV | 86.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 81 | 0.95 | 0 | 0.37 | 0.50 | 156.69 | 0.9 | 0.26 |
| Hex | 7 | 80 | 51 | 5F | 0 | 25 | 32 | 9D | 5A | 1A |
| Octal | 7 | 200 | 121 | 137 | 0 | 45 | 62 | 235 | 132 | 32 |
| Binary | 111 | 10000000 | 1010001 | 1011111 | 0 | 100101 | 110010 | 10011101 | 1011010 | 11010 |
Color Harmonies of #078051
Complementary color
Monochromatic Colors of #078051
Black with #078051
Text Example
Text Example
White with #078051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078051; }
p { color: rgb(7,128,81); }
H1.HeaderClassName
{
color: #078051;
}
.AnyTagClassName
{
color: #078051;
}
</style>
background-color css
<style>
a { background-color: #078051; }
a { background-color: rgb(7,128,81); }
div.DivClassName
{
background-color: #078051;
}
.BgClassName
{
background-color: #078051;
}
</style>
border-color css
<style>
span { border-color: #078051; }
span { border-color: rgb(7,128,81); }
td.TdClassName
{
border-color: #078051;
}
.TagClassName
{
border-color: #078051;
}
</style>