Shades of Salem #078C45
Tints of Salem #078C45
RGB
CMYK
RGB Variations
Color information
#078C45 (or 0x078C45) is known color: Salem. HEX triplet: 07, 8C and 45. RGB value is (7,140,69). Sum of RGB (Red+Green+Blue) = 7+140+69=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 140 (55.08% from 255 or 64.81% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 140 - color contains mainly: green. Hex color #078C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C45 is #F873BA. Grayscale: #5C5C5C. Windows color (decimal): -16282555 or 4557831. OLE color: 4557831.
HSL color Cylindrical-coordinate representation of color #078C45: hue angle of 147.97º 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 #078C45 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 69 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.45 |
| HSL | 147.97º | 0.9% | 0.29% | - |
| HSV(B) | 147.97º | 0.95% | 0.55% | - |
| XYZ | 10.54 | 19.23 | 8.79 | - |
| YUV | 92.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 69 | 0.95 | 0 | 0.51 | 0.45 | 147.97 | 0.9 | 0.29 |
| Hex | 7 | 8C | 45 | 5F | 0 | 33 | 2D | 94 | 5A | 1D |
| Octal | 7 | 214 | 105 | 137 | 0 | 63 | 55 | 224 | 132 | 35 |
| Binary | 111 | 10001100 | 1000101 | 1011111 | 0 | 110011 | 101101 | 10010100 | 1011010 | 11101 |
Color Harmonies of #078C45
Complementary color
Monochromatic Colors of #078C45
Black with #078C45
Text Example
Text Example
White with #078C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C45; }
p { color: rgb(7,140,69); }
H1.HeaderClassName
{
color: #078C45;
}
.AnyTagClassName
{
color: #078C45;
}
</style>
background-color css
<style>
a { background-color: #078C45; }
a { background-color: rgb(7,140,69); }
div.DivClassName
{
background-color: #078C45;
}
.BgClassName
{
background-color: #078C45;
}
</style>
border-color css
<style>
span { border-color: #078C45; }
span { border-color: rgb(7,140,69); }
td.TdClassName
{
border-color: #078C45;
}
.TagClassName
{
border-color: #078C45;
}
</style>