Shades of Salem #078544
Tints of Salem #078544
RGB
CMYK
RGB Variations
Color information
#078544 (or 0x078544) is known color: Salem. HEX triplet: 07, 85 and 44. RGB value is (7,133,68). Sum of RGB (Red+Green+Blue) = 7+133+68=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 133 (52.34% from 255 or 63.94% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 133 - color contains mainly: green. Hex color #078544 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078544 is #F87ABB. Grayscale: #585858. Windows color (decimal): -16284348 or 4490503. OLE color: 4490503.
HSL color Cylindrical-coordinate representation of color #078544: hue angle of 149.05º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078544 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 68 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.48 |
| HSL | 149.05º | 0.9% | 0.27% | - |
| HSV(B) | 149.05º | 0.95% | 0.52% | - |
| XYZ | 9.52 | 17.24 | 8.29 | - |
| YUV | 87.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 68 | 0.95 | 0 | 0.49 | 0.48 | 149.05 | 0.9 | 0.27 |
| Hex | 7 | 85 | 44 | 5F | 0 | 31 | 30 | 95 | 5A | 1B |
| Octal | 7 | 205 | 104 | 137 | 0 | 61 | 60 | 225 | 132 | 33 |
| Binary | 111 | 10000101 | 1000100 | 1011111 | 0 | 110001 | 110000 | 10010101 | 1011010 | 11011 |
Color Harmonies of #078544
Complementary color
Monochromatic Colors of #078544
Black with #078544
Text Example
Text Example
White with #078544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078544; }
p { color: rgb(7,133,68); }
H1.HeaderClassName
{
color: #078544;
}
.AnyTagClassName
{
color: #078544;
}
</style>
background-color css
<style>
a { background-color: #078544; }
a { background-color: rgb(7,133,68); }
div.DivClassName
{
background-color: #078544;
}
.BgClassName
{
background-color: #078544;
}
</style>
border-color css
<style>
span { border-color: #078544; }
span { border-color: rgb(7,133,68); }
td.TdClassName
{
border-color: #078544;
}
.TagClassName
{
border-color: #078544;
}
</style>