Shades of Salem #078240
Tints of Salem #078240
RGB
CMYK
RGB Variations
Color information
#078240 (or 0x078240) is known color: Salem. HEX triplet: 07, 82 and 40. RGB value is (7,130,64). Sum of RGB (Red+Green+Blue) = 7+130+64=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #078240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078240 is #F87DBF. Grayscale: #555555. Windows color (decimal): -16285120 or 4227591. OLE color: 4227591.
HSL color Cylindrical-coordinate representation of color #078240: hue angle of 147.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078240 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 64 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.49 |
| HSL | 147.8º | 0.9% | 0.27% | - |
| HSV(B) | 147.8º | 0.95% | 0.51% | - |
| XYZ | 9 | 16.38 | 7.54 | - |
| YUV | 85.7 | 115.75 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 64 | 0.95 | 0 | 0.51 | 0.49 | 147.8 | 0.9 | 0.27 |
| Hex | 7 | 82 | 40 | 5F | 0 | 33 | 31 | 94 | 5A | 1B |
| Octal | 7 | 202 | 100 | 137 | 0 | 63 | 61 | 224 | 132 | 33 |
| Binary | 111 | 10000010 | 1000000 | 1011111 | 0 | 110011 | 110001 | 10010100 | 1011010 | 11011 |
Color Harmonies of #078240
Complementary color
Monochromatic Colors of #078240
Black with #078240
Text Example
Text Example
White with #078240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078240; }
p { color: rgb(7,130,64); }
H1.HeaderClassName
{
color: #078240;
}
.AnyTagClassName
{
color: #078240;
}
</style>
background-color css
<style>
a { background-color: #078240; }
a { background-color: rgb(7,130,64); }
div.DivClassName
{
background-color: #078240;
}
.BgClassName
{
background-color: #078240;
}
</style>
border-color css
<style>
span { border-color: #078240; }
span { border-color: rgb(7,130,64); }
td.TdClassName
{
border-color: #078240;
}
.TagClassName
{
border-color: #078240;
}
</style>