Shades of Salem #078C47
Tints of Salem #078C47
RGB
CMYK
RGB Variations
Color information
#078C47 (or 0x078C47) is known color: Salem. HEX triplet: 07, 8C and 47. RGB value is (7,140,71). Sum of RGB (Red+Green+Blue) = 7+140+71=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 140 (55.08% from 255 or 64.22% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 140 - color contains mainly: green. Hex color #078C47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C47 is #F873B8. Grayscale: #5C5C5C. Windows color (decimal): -16282553 or 4688903. OLE color: 4688903.
HSL color Cylindrical-coordinate representation of color #078C47: hue angle of 148.87º 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 #078C47 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 71 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.45 |
| HSL | 148.87º | 0.9% | 0.29% | - |
| HSV(B) | 148.87º | 0.95% | 0.55% | - |
| XYZ | 10.6 | 19.26 | 9.12 | - |
| YUV | 92.37 | 115.94 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 71 | 0.95 | 0 | 0.49 | 0.45 | 148.87 | 0.9 | 0.29 |
| Hex | 7 | 8C | 47 | 5F | 0 | 31 | 2D | 95 | 5A | 1D |
| Octal | 7 | 214 | 107 | 137 | 0 | 61 | 55 | 225 | 132 | 35 |
| Binary | 111 | 10001100 | 1000111 | 1011111 | 0 | 110001 | 101101 | 10010101 | 1011010 | 11101 |
Color Harmonies of #078C47
Complementary color
Monochromatic Colors of #078C47
Black with #078C47
Text Example
Text Example
White with #078C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C47; }
p { color: rgb(7,140,71); }
H1.HeaderClassName
{
color: #078C47;
}
.AnyTagClassName
{
color: #078C47;
}
</style>
background-color css
<style>
a { background-color: #078C47; }
a { background-color: rgb(7,140,71); }
div.DivClassName
{
background-color: #078C47;
}
.BgClassName
{
background-color: #078C47;
}
</style>
border-color css
<style>
span { border-color: #078C47; }
span { border-color: rgb(7,140,71); }
td.TdClassName
{
border-color: #078C47;
}
.TagClassName
{
border-color: #078C47;
}
</style>