Shades of Salem #078C50
Tints of Salem #078C50
RGB
CMYK
RGB Variations
Color information
#078C50 (or 0x078C50) is known color: Salem. HEX triplet: 07, 8C and 50. RGB value is (7,140,80). Sum of RGB (Red+Green+Blue) = 7+140+80=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #078C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C50 is #F873AF. Grayscale: #5D5D5D. Windows color (decimal): -16282544 or 5278727. OLE color: 5278727.
HSL color Cylindrical-coordinate representation of color #078C50: hue angle of 152.93º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078C50 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 80 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.45 |
| HSL | 152.93º | 0.9% | 0.29% | - |
| HSV(B) | 152.93º | 0.95% | 0.55% | - |
| XYZ | 10.91 | 19.38 | 10.76 | - |
| YUV | 93.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 80 | 0.95 | 0 | 0.43 | 0.45 | 152.93 | 0.9 | 0.29 |
| Hex | 7 | 8C | 50 | 5F | 0 | 2B | 2D | 99 | 5A | 1D |
| Octal | 7 | 214 | 120 | 137 | 0 | 53 | 55 | 231 | 132 | 35 |
| Binary | 111 | 10001100 | 1010000 | 1011111 | 0 | 101011 | 101101 | 10011001 | 1011010 | 11101 |
Color Harmonies of #078C50
Complementary color
Monochromatic Colors of #078C50
Black with #078C50
Text Example
Text Example
White with #078C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C50; }
p { color: rgb(7,140,80); }
H1.HeaderClassName
{
color: #078C50;
}
.AnyTagClassName
{
color: #078C50;
}
</style>
background-color css
<style>
a { background-color: #078C50; }
a { background-color: rgb(7,140,80); }
div.DivClassName
{
background-color: #078C50;
}
.BgClassName
{
background-color: #078C50;
}
</style>
border-color css
<style>
span { border-color: #078C50; }
span { border-color: rgb(7,140,80); }
td.TdClassName
{
border-color: #078C50;
}
.TagClassName
{
border-color: #078C50;
}
</style>