Shades of Salem #078D4B
Tints of Salem #078D4B
RGB
CMYK
RGB Variations
Color information
#078D4B (or 0x078D4B) is known color: Salem. HEX triplet: 07, 8D and 4B. RGB value is (7,141,75). Sum of RGB (Red+Green+Blue) = 7+141+75=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 141 (55.47% from 255 or 63.23% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 141 - color contains mainly: green. Hex color #078D4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D4B is #F872B4. Grayscale: #5D5D5D. Windows color (decimal): -16282293 or 4951303. OLE color: 4951303.
HSL color Cylindrical-coordinate representation of color #078D4B: hue angle of 150.45º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D4B is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 141 | 75 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.45 |
| HSL | 150.45º | 0.91% | 0.29% | - |
| HSV(B) | 150.45º | 0.95% | 0.55% | - |
| XYZ | 10.88 | 19.6 | 9.87 | - |
| YUV | 93.41 | 117.61 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 75 | 0.95 | 0 | 0.47 | 0.45 | 150.45 | 0.91 | 0.29 |
| Hex | 7 | 8D | 4B | 5F | 0 | 2F | 2D | 96 | 5B | 1D |
| Octal | 7 | 215 | 113 | 137 | 0 | 57 | 55 | 226 | 133 | 35 |
| Binary | 111 | 10001101 | 1001011 | 1011111 | 0 | 101111 | 101101 | 10010110 | 1011011 | 11101 |
Color Harmonies of #078D4B
Complementary color
Monochromatic Colors of #078D4B
Black with #078D4B
Text Example
Text Example
White with #078D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078D4B; }
p { color: rgb(7,141,75); }
H1.HeaderClassName
{
color: #078D4B;
}
.AnyTagClassName
{
color: #078D4B;
}
</style>
background-color css
<style>
a { background-color: #078D4B; }
a { background-color: rgb(7,141,75); }
div.DivClassName
{
background-color: #078D4B;
}
.BgClassName
{
background-color: #078D4B;
}
</style>
border-color css
<style>
span { border-color: #078D4B; }
span { border-color: rgb(7,141,75); }
td.TdClassName
{
border-color: #078D4B;
}
.TagClassName
{
border-color: #078D4B;
}
</style>