Shades of Salem #078053
Tints of Salem #078053
RGB
CMYK
RGB Variations
Color information
#078053 (or 0x078053) is known color: Salem. HEX triplet: 07, 80 and 53. RGB value is (7,128,83). Sum of RGB (Red+Green+Blue) = 7+128+83=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #078053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078053 is #F87FAC. Grayscale: #565656. Windows color (decimal): -16285613 or 5472263. OLE color: 5472263.
HSL color Cylindrical-coordinate representation of color #078053: hue angle of 157.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 #078053 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 128 | 83 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.50 |
| HSL | 157.69º | 0.9% | 0.26% | - |
| HSV(B) | 157.69º | 0.95% | 0.5% | - |
| XYZ | 9.37 | 16.11 | 10.8 | - |
| YUV | 86.69 | 125.91 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 83 | 0.95 | 0 | 0.35 | 0.50 | 157.69 | 0.9 | 0.26 |
| Hex | 7 | 80 | 53 | 5F | 0 | 23 | 32 | 9E | 5A | 1A |
| Octal | 7 | 200 | 123 | 137 | 0 | 43 | 62 | 236 | 132 | 32 |
| Binary | 111 | 10000000 | 1010011 | 1011111 | 0 | 100011 | 110010 | 10011110 | 1011010 | 11010 |
Color Harmonies of #078053
Complementary color
Monochromatic Colors of #078053
Black with #078053
Text Example
Text Example
White with #078053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078053; }
p { color: rgb(7,128,83); }
H1.HeaderClassName
{
color: #078053;
}
.AnyTagClassName
{
color: #078053;
}
</style>
background-color css
<style>
a { background-color: #078053; }
a { background-color: rgb(7,128,83); }
div.DivClassName
{
background-color: #078053;
}
.BgClassName
{
background-color: #078053;
}
</style>
border-color css
<style>
span { border-color: #078053; }
span { border-color: rgb(7,128,83); }
td.TdClassName
{
border-color: #078053;
}
.TagClassName
{
border-color: #078053;
}
</style>