Shades of Salem #078749
Tints of Salem #078749
RGB
CMYK
RGB Variations
Color information
#078749 (or 0x078749) is known color: Salem. HEX triplet: 07, 87 and 49. RGB value is (7,135,73). Sum of RGB (Red+Green+Blue) = 7+135+73=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 135 (53.12% from 255 or 62.79% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 135 - color contains mainly: green. Hex color #078749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078749 is #F878B6. Grayscale: #595959. Windows color (decimal): -16283831 or 4818695. OLE color: 4818695.
HSL color Cylindrical-coordinate representation of color #078749: hue angle of 150.94º 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 #078749 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 73 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.47 |
| HSL | 150.94º | 0.9% | 0.28% | - |
| HSV(B) | 150.94º | 0.95% | 0.53% | - |
| XYZ | 9.95 | 17.85 | 9.22 | - |
| YUV | 89.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 73 | 0.95 | 0 | 0.46 | 0.47 | 150.94 | 0.9 | 0.28 |
| Hex | 7 | 87 | 49 | 5F | 0 | 2E | 2F | 97 | 5A | 1C |
| Octal | 7 | 207 | 111 | 137 | 0 | 56 | 57 | 227 | 132 | 34 |
| Binary | 111 | 10000111 | 1001001 | 1011111 | 0 | 101110 | 101111 | 10010111 | 1011010 | 11100 |
Color Harmonies of #078749
Complementary color
Monochromatic Colors of #078749
Black with #078749
Text Example
Text Example
White with #078749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078749; }
p { color: rgb(7,135,73); }
H1.HeaderClassName
{
color: #078749;
}
.AnyTagClassName
{
color: #078749;
}
</style>
background-color css
<style>
a { background-color: #078749; }
a { background-color: rgb(7,135,73); }
div.DivClassName
{
background-color: #078749;
}
.BgClassName
{
background-color: #078749;
}
</style>
border-color css
<style>
span { border-color: #078749; }
span { border-color: rgb(7,135,73); }
td.TdClassName
{
border-color: #078749;
}
.TagClassName
{
border-color: #078749;
}
</style>