Shades of Salem #078742
Tints of Salem #078742
RGB
CMYK
RGB Variations
Color information
#078742 (or 0x078742) is known color: Salem. HEX triplet: 07, 87 and 42. RGB value is (7,135,66). Sum of RGB (Red+Green+Blue) = 7+135+66=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #078742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078742 is #F878BD. Grayscale: #595959. Windows color (decimal): -16283838 or 4359943. OLE color: 4359943.
HSL color Cylindrical-coordinate representation of color #078742: hue angle of 147.66º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078742 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 66 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.47 |
| HSL | 147.66º | 0.9% | 0.28% | - |
| HSV(B) | 147.66º | 0.95% | 0.53% | - |
| XYZ | 9.73 | 17.77 | 8.07 | - |
| YUV | 88.86 | 115.09 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 66 | 0.95 | 0 | 0.51 | 0.47 | 147.66 | 0.9 | 0.28 |
| Hex | 7 | 87 | 42 | 5F | 0 | 33 | 2F | 94 | 5A | 1C |
| Octal | 7 | 207 | 102 | 137 | 0 | 63 | 57 | 224 | 132 | 34 |
| Binary | 111 | 10000111 | 1000010 | 1011111 | 0 | 110011 | 101111 | 10010100 | 1011010 | 11100 |
Color Harmonies of #078742
Complementary color
Monochromatic Colors of #078742
Black with #078742
Text Example
Text Example
White with #078742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078742; }
p { color: rgb(7,135,66); }
H1.HeaderClassName
{
color: #078742;
}
.AnyTagClassName
{
color: #078742;
}
</style>
background-color css
<style>
a { background-color: #078742; }
a { background-color: rgb(7,135,66); }
div.DivClassName
{
background-color: #078742;
}
.BgClassName
{
background-color: #078742;
}
</style>
border-color css
<style>
span { border-color: #078742; }
span { border-color: rgb(7,135,66); }
td.TdClassName
{
border-color: #078742;
}
.TagClassName
{
border-color: #078742;
}
</style>