Shades of Salem #078842
Tints of Salem #078842
RGB
CMYK
RGB Variations
Color information
#078842 (or 0x078842) is known color: Salem. HEX triplet: 07, 88 and 42. RGB value is (7,136,66). Sum of RGB (Red+Green+Blue) = 7+136+66=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #078842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078842 is #F877BD. Grayscale: #595959. Windows color (decimal): -16283582 or 4360199. OLE color: 4360199.
HSL color Cylindrical-coordinate representation of color #078842: hue angle of 147.44º 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 #078842 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 66 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.47 |
| HSL | 147.44º | 0.9% | 0.28% | - |
| HSV(B) | 147.44º | 0.95% | 0.53% | - |
| XYZ | 9.88 | 18.05 | 8.12 | - |
| YUV | 89.45 | 114.76 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 66 | 0.95 | 0 | 0.51 | 0.47 | 147.44 | 0.9 | 0.28 |
| Hex | 7 | 88 | 42 | 5F | 0 | 33 | 2F | 93 | 5A | 1C |
| Octal | 7 | 210 | 102 | 137 | 0 | 63 | 57 | 223 | 132 | 34 |
| Binary | 111 | 10001000 | 1000010 | 1011111 | 0 | 110011 | 101111 | 10010011 | 1011010 | 11100 |
Color Harmonies of #078842
Complementary color
Monochromatic Colors of #078842
Black with #078842
Text Example
Text Example
White with #078842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078842; }
p { color: rgb(7,136,66); }
H1.HeaderClassName
{
color: #078842;
}
.AnyTagClassName
{
color: #078842;
}
</style>
background-color css
<style>
a { background-color: #078842; }
a { background-color: rgb(7,136,66); }
div.DivClassName
{
background-color: #078842;
}
.BgClassName
{
background-color: #078842;
}
</style>
border-color css
<style>
span { border-color: #078842; }
span { border-color: rgb(7,136,66); }
td.TdClassName
{
border-color: #078842;
}
.TagClassName
{
border-color: #078842;
}
</style>