Shades of Salem #078650
Tints of Salem #078650
RGB
CMYK
RGB Variations
Color information
#078650 (or 0x078650) is known color: Salem. HEX triplet: 07, 86 and 50. RGB value is (7,134,80). Sum of RGB (Red+Green+Blue) = 7+134+80=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 134 (52.73% from 255 or 60.63% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 134 - color contains mainly: green. Hex color #078650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078650 is #F879AF. Grayscale: #595959. Windows color (decimal): -16284080 or 5277191. OLE color: 5277191.
HSL color Cylindrical-coordinate representation of color #078650: hue angle of 154.49º 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 #078650 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 80 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.47 |
| HSL | 154.49º | 0.9% | 0.28% | - |
| HSV(B) | 154.49º | 0.95% | 0.53% | - |
| XYZ | 10.06 | 17.67 | 10.47 | - |
| YUV | 89.87 | 122.42 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 80 | 0.95 | 0 | 0.40 | 0.47 | 154.49 | 0.9 | 0.28 |
| Hex | 7 | 86 | 50 | 5F | 0 | 28 | 2F | 9A | 5A | 1C |
| Octal | 7 | 206 | 120 | 137 | 0 | 50 | 57 | 232 | 132 | 34 |
| Binary | 111 | 10000110 | 1010000 | 1011111 | 0 | 101000 | 101111 | 10011010 | 1011010 | 11100 |
Color Harmonies of #078650
Complementary color
Monochromatic Colors of #078650
Black with #078650
Text Example
Text Example
White with #078650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078650; }
p { color: rgb(7,134,80); }
H1.HeaderClassName
{
color: #078650;
}
.AnyTagClassName
{
color: #078650;
}
</style>
background-color css
<style>
a { background-color: #078650; }
a { background-color: rgb(7,134,80); }
div.DivClassName
{
background-color: #078650;
}
.BgClassName
{
background-color: #078650;
}
</style>
border-color css
<style>
span { border-color: #078650; }
span { border-color: rgb(7,134,80); }
td.TdClassName
{
border-color: #078650;
}
.TagClassName
{
border-color: #078650;
}
</style>