Shades of Salem #078851
Tints of Salem #078851
RGB
CMYK
RGB Variations
Color information
#078851 (or 0x078851) is known color: Salem. HEX triplet: 07, 88 and 51. RGB value is (7,136,81). Sum of RGB (Red+Green+Blue) = 7+136+81=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #078851 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078851 is #F877AE. Grayscale: #5B5B5B. Windows color (decimal): -16283567 or 5343239. OLE color: 5343239.
HSL color Cylindrical-coordinate representation of color #078851: hue angle of 154.42º 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 #078851 is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 81 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.47 |
| HSL | 154.42º | 0.9% | 0.28% | - |
| HSV(B) | 154.42º | 0.95% | 0.53% | - |
| XYZ | 10.38 | 18.25 | 10.76 | - |
| YUV | 91.16 | 122.26 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 81 | 0.95 | 0 | 0.40 | 0.47 | 154.42 | 0.9 | 0.28 |
| Hex | 7 | 88 | 51 | 5F | 0 | 28 | 2F | 9A | 5A | 1C |
| Octal | 7 | 210 | 121 | 137 | 0 | 50 | 57 | 232 | 132 | 34 |
| Binary | 111 | 10001000 | 1010001 | 1011111 | 0 | 101000 | 101111 | 10011010 | 1011010 | 11100 |
Color Harmonies of #078851
Complementary color
Monochromatic Colors of #078851
Black with #078851
Text Example
Text Example
White with #078851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078851; }
p { color: rgb(7,136,81); }
H1.HeaderClassName
{
color: #078851;
}
.AnyTagClassName
{
color: #078851;
}
</style>
background-color css
<style>
a { background-color: #078851; }
a { background-color: rgb(7,136,81); }
div.DivClassName
{
background-color: #078851;
}
.BgClassName
{
background-color: #078851;
}
</style>
border-color css
<style>
span { border-color: #078851; }
span { border-color: rgb(7,136,81); }
td.TdClassName
{
border-color: #078851;
}
.TagClassName
{
border-color: #078851;
}
</style>