Shades of Salem #078647
Tints of Salem #078647
RGB
CMYK
RGB Variations
Color information
#078647 (or 0x078647) is known color: Salem. HEX triplet: 07, 86 and 47. RGB value is (7,134,71). Sum of RGB (Red+Green+Blue) = 7+134+71=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #078647 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078647 is #F879B8. Grayscale: #585858. Windows color (decimal): -16284089 or 4687367. OLE color: 4687367.
HSL color Cylindrical-coordinate representation of color #078647: hue angle of 150.24º 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 #078647 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 71 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.47 |
| HSL | 150.24º | 0.9% | 0.28% | - |
| HSV(B) | 150.24º | 0.95% | 0.53% | - |
| XYZ | 9.75 | 17.55 | 8.83 | - |
| YUV | 88.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 71 | 0.95 | 0 | 0.47 | 0.47 | 150.24 | 0.9 | 0.28 |
| Hex | 7 | 86 | 47 | 5F | 0 | 2F | 2F | 96 | 5A | 1C |
| Octal | 7 | 206 | 107 | 137 | 0 | 57 | 57 | 226 | 132 | 34 |
| Binary | 111 | 10000110 | 1000111 | 1011111 | 0 | 101111 | 101111 | 10010110 | 1011010 | 11100 |
Color Harmonies of #078647
Complementary color
Monochromatic Colors of #078647
Black with #078647
Text Example
Text Example
White with #078647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078647; }
p { color: rgb(7,134,71); }
H1.HeaderClassName
{
color: #078647;
}
.AnyTagClassName
{
color: #078647;
}
</style>
background-color css
<style>
a { background-color: #078647; }
a { background-color: rgb(7,134,71); }
div.DivClassName
{
background-color: #078647;
}
.BgClassName
{
background-color: #078647;
}
</style>
border-color css
<style>
span { border-color: #078647; }
span { border-color: rgb(7,134,71); }
td.TdClassName
{
border-color: #078647;
}
.TagClassName
{
border-color: #078647;
}
</style>