Shades of Salem #078C48
Tints of Salem #078C48
RGB
CMYK
RGB Variations
Color information
#078C48 (or 0x078C48) is known color: Salem. HEX triplet: 07, 8C and 48. RGB value is (7,140,72). Sum of RGB (Red+Green+Blue) = 7+140+72=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 140 (55.08% from 255 or 63.93% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 140 - color contains mainly: green. Hex color #078C48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C48 is #F873B7. Grayscale: #5C5C5C. Windows color (decimal): -16282552 or 4754439. OLE color: 4754439.
HSL color Cylindrical-coordinate representation of color #078C48: hue angle of 149.32º 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 #078C48 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 72 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.45 |
| HSL | 149.32º | 0.9% | 0.29% | - |
| HSV(B) | 149.32º | 0.95% | 0.55% | - |
| XYZ | 10.64 | 19.27 | 9.29 | - |
| YUV | 92.48 | 116.44 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 72 | 0.95 | 0 | 0.49 | 0.45 | 149.32 | 0.9 | 0.29 |
| Hex | 7 | 8C | 48 | 5F | 0 | 31 | 2D | 95 | 5A | 1D |
| Octal | 7 | 214 | 110 | 137 | 0 | 61 | 55 | 225 | 132 | 35 |
| Binary | 111 | 10001100 | 1001000 | 1011111 | 0 | 110001 | 101101 | 10010101 | 1011010 | 11101 |
Color Harmonies of #078C48
Complementary color
Monochromatic Colors of #078C48
Black with #078C48
Text Example
Text Example
White with #078C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C48; }
p { color: rgb(7,140,72); }
H1.HeaderClassName
{
color: #078C48;
}
.AnyTagClassName
{
color: #078C48;
}
</style>
background-color css
<style>
a { background-color: #078C48; }
a { background-color: rgb(7,140,72); }
div.DivClassName
{
background-color: #078C48;
}
.BgClassName
{
background-color: #078C48;
}
</style>
border-color css
<style>
span { border-color: #078C48; }
span { border-color: rgb(7,140,72); }
td.TdClassName
{
border-color: #078C48;
}
.TagClassName
{
border-color: #078C48;
}
</style>