Shades of Salem #078C39
Tints of Salem #078C39
RGB
CMYK
RGB Variations
Color information
#078C39 (or 0x078C39) is known color: Salem. HEX triplet: 07, 8C and 39. RGB value is (7,140,57). Sum of RGB (Red+Green+Blue) = 7+140+57=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #078C39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C39 is #F873C6. Grayscale: #5A5A5A. Windows color (decimal): -16282567 or 3771399. OLE color: 3771399.
HSL color Cylindrical-coordinate representation of color #078C39: hue angle of 142.56º 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 #078C39 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 57 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.45 |
| HSL | 142.56º | 0.9% | 0.29% | - |
| HSV(B) | 142.56º | 0.95% | 0.55% | - |
| XYZ | 10.2 | 19.1 | 7.02 | - |
| YUV | 90.77 | 108.94 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 57 | 0.95 | 0 | 0.59 | 0.45 | 142.56 | 0.9 | 0.29 |
| Hex | 7 | 8C | 39 | 5F | 0 | 3B | 2D | 8F | 5A | 1D |
| Octal | 7 | 214 | 71 | 137 | 0 | 73 | 55 | 217 | 132 | 35 |
| Binary | 111 | 10001100 | 111001 | 1011111 | 0 | 111011 | 101101 | 10001111 | 1011010 | 11101 |
Color Harmonies of #078C39
Complementary color
Monochromatic Colors of #078C39
Black with #078C39
Text Example
Text Example
White with #078C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C39; }
p { color: rgb(7,140,57); }
H1.HeaderClassName
{
color: #078C39;
}
.AnyTagClassName
{
color: #078C39;
}
</style>
background-color css
<style>
a { background-color: #078C39; }
a { background-color: rgb(7,140,57); }
div.DivClassName
{
background-color: #078C39;
}
.BgClassName
{
background-color: #078C39;
}
</style>
border-color css
<style>
span { border-color: #078C39; }
span { border-color: rgb(7,140,57); }
td.TdClassName
{
border-color: #078C39;
}
.TagClassName
{
border-color: #078C39;
}
</style>