Shades of Salem #078350
Tints of Salem #078350
RGB
CMYK
RGB Variations
Color information
#078350 (or 0x078350) is known color: Salem. HEX triplet: 07, 83 and 50. RGB value is (7,131,80). Sum of RGB (Red+Green+Blue) = 7+131+80=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #078350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078350 is #F87CAF. Grayscale: #585858. Windows color (decimal): -16284848 or 5276423. OLE color: 5276423.
HSL color Cylindrical-coordinate representation of color #078350: hue angle of 155.32º 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 #078350 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 80 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.49 |
| HSL | 155.32º | 0.9% | 0.27% | - |
| HSV(B) | 155.32º | 0.95% | 0.51% | - |
| XYZ | 9.65 | 16.86 | 10.33 | - |
| YUV | 88.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 80 | 0.95 | 0 | 0.39 | 0.49 | 155.32 | 0.9 | 0.27 |
| Hex | 7 | 83 | 50 | 5F | 0 | 27 | 31 | 9B | 5A | 1B |
| Octal | 7 | 203 | 120 | 137 | 0 | 47 | 61 | 233 | 132 | 33 |
| Binary | 111 | 10000011 | 1010000 | 1011111 | 0 | 100111 | 110001 | 10011011 | 1011010 | 11011 |
Color Harmonies of #078350
Complementary color
Monochromatic Colors of #078350
Black with #078350
Text Example
Text Example
White with #078350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078350; }
p { color: rgb(7,131,80); }
H1.HeaderClassName
{
color: #078350;
}
.AnyTagClassName
{
color: #078350;
}
</style>
background-color css
<style>
a { background-color: #078350; }
a { background-color: rgb(7,131,80); }
div.DivClassName
{
background-color: #078350;
}
.BgClassName
{
background-color: #078350;
}
</style>
border-color css
<style>
span { border-color: #078350; }
span { border-color: rgb(7,131,80); }
td.TdClassName
{
border-color: #078350;
}
.TagClassName
{
border-color: #078350;
}
</style>