Shades of Salem #078545
Tints of Salem #078545
RGB
CMYK
RGB Variations
Color information
#078545 (or 0x078545) is known color: Salem. HEX triplet: 07, 85 and 45. RGB value is (7,133,69). Sum of RGB (Red+Green+Blue) = 7+133+69=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #078545 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078545 is #F87ABA. Grayscale: #585858. Windows color (decimal): -16284347 or 4556039. OLE color: 4556039.
HSL color Cylindrical-coordinate representation of color #078545: hue angle of 149.52º 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 #078545 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 69 | - |
| CMYK | 0.95 | 0 | 0.48 | 0.48 |
| HSL | 149.52º | 0.9% | 0.27% | - |
| HSV(B) | 149.52º | 0.95% | 0.52% | - |
| XYZ | 9.55 | 17.25 | 8.46 | - |
| YUV | 88.03 | 117.26 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 69 | 0.95 | 0 | 0.48 | 0.48 | 149.52 | 0.9 | 0.27 |
| Hex | 7 | 85 | 45 | 5F | 0 | 30 | 30 | 96 | 5A | 1B |
| Octal | 7 | 205 | 105 | 137 | 0 | 60 | 60 | 226 | 132 | 33 |
| Binary | 111 | 10000101 | 1000101 | 1011111 | 0 | 110000 | 110000 | 10010110 | 1011010 | 11011 |
Color Harmonies of #078545
Complementary color
Monochromatic Colors of #078545
Black with #078545
Text Example
Text Example
White with #078545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078545; }
p { color: rgb(7,133,69); }
H1.HeaderClassName
{
color: #078545;
}
.AnyTagClassName
{
color: #078545;
}
</style>
background-color css
<style>
a { background-color: #078545; }
a { background-color: rgb(7,133,69); }
div.DivClassName
{
background-color: #078545;
}
.BgClassName
{
background-color: #078545;
}
</style>
border-color css
<style>
span { border-color: #078545; }
span { border-color: rgb(7,133,69); }
td.TdClassName
{
border-color: #078545;
}
.TagClassName
{
border-color: #078545;
}
</style>