Shades of Salem #078857
Tints of Salem #078857
RGB
CMYK
RGB Variations
Color information
#078857 (or 0x078857) is known color: Salem. HEX triplet: 07, 88 and 57. RGB value is (7,136,87). Sum of RGB (Red+Green+Blue) = 7+136+87=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #078857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078857 is #F877A8. Grayscale: #5B5B5B. Windows color (decimal): -16283561 or 5736455. OLE color: 5736455.
HSL color Cylindrical-coordinate representation of color #078857: hue angle of 157.21º 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 #078857 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 87 | - |
| CMYK | 0.95 | 0 | 0.36 | 0.47 |
| HSL | 157.21º | 0.9% | 0.28% | - |
| HSV(B) | 157.21º | 0.95% | 0.53% | - |
| XYZ | 10.61 | 18.34 | 12 | - |
| YUV | 91.84 | 125.26 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 87 | 0.95 | 0 | 0.36 | 0.47 | 157.21 | 0.9 | 0.28 |
| Hex | 7 | 88 | 57 | 5F | 0 | 24 | 2F | 9D | 5A | 1C |
| Octal | 7 | 210 | 127 | 137 | 0 | 44 | 57 | 235 | 132 | 34 |
| Binary | 111 | 10001000 | 1010111 | 1011111 | 0 | 100100 | 101111 | 10011101 | 1011010 | 11100 |
Color Harmonies of #078857
Complementary color
Monochromatic Colors of #078857
Black with #078857
Text Example
Text Example
White with #078857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078857; }
p { color: rgb(7,136,87); }
H1.HeaderClassName
{
color: #078857;
}
.AnyTagClassName
{
color: #078857;
}
</style>
background-color css
<style>
a { background-color: #078857; }
a { background-color: rgb(7,136,87); }
div.DivClassName
{
background-color: #078857;
}
.BgClassName
{
background-color: #078857;
}
</style>
border-color css
<style>
span { border-color: #078857; }
span { border-color: rgb(7,136,87); }
td.TdClassName
{
border-color: #078857;
}
.TagClassName
{
border-color: #078857;
}
</style>