Shades of Salem #078845
Tints of Salem #078845
RGB
CMYK
RGB Variations
Color information
#078845 (or 0x078845) is known color: Salem. HEX triplet: 07, 88 and 45. RGB value is (7,136,69). Sum of RGB (Red+Green+Blue) = 7+136+69=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #078845 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078845 is #F877BA. Grayscale: #595959. Windows color (decimal): -16283579 or 4556807. OLE color: 4556807.
HSL color Cylindrical-coordinate representation of color #078845: hue angle of 148.84º 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 #078845 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 69 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.47 |
| HSL | 148.84º | 0.9% | 0.28% | - |
| HSV(B) | 148.84º | 0.95% | 0.53% | - |
| XYZ | 9.97 | 18.08 | 8.6 | - |
| YUV | 89.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 69 | 0.95 | 0 | 0.49 | 0.47 | 148.84 | 0.9 | 0.28 |
| Hex | 7 | 88 | 45 | 5F | 0 | 31 | 2F | 95 | 5A | 1C |
| Octal | 7 | 210 | 105 | 137 | 0 | 61 | 57 | 225 | 132 | 34 |
| Binary | 111 | 10001000 | 1000101 | 1011111 | 0 | 110001 | 101111 | 10010101 | 1011010 | 11100 |
Color Harmonies of #078845
Complementary color
Monochromatic Colors of #078845
Black with #078845
Text Example
Text Example
White with #078845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078845; }
p { color: rgb(7,136,69); }
H1.HeaderClassName
{
color: #078845;
}
.AnyTagClassName
{
color: #078845;
}
</style>
background-color css
<style>
a { background-color: #078845; }
a { background-color: rgb(7,136,69); }
div.DivClassName
{
background-color: #078845;
}
.BgClassName
{
background-color: #078845;
}
</style>
border-color css
<style>
span { border-color: #078845; }
span { border-color: rgb(7,136,69); }
td.TdClassName
{
border-color: #078845;
}
.TagClassName
{
border-color: #078845;
}
</style>