Shades of Salem #078942
Tints of Salem #078942
RGB
CMYK
RGB Variations
Color information
#078942 (or 0x078942) is known color: Salem. HEX triplet: 07, 89 and 42. RGB value is (7,137,66). Sum of RGB (Red+Green+Blue) = 7+137+66=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #078942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078942 is #F876BD. Grayscale: #5A5A5A. Windows color (decimal): -16283326 or 4360455. OLE color: 4360455.
HSL color Cylindrical-coordinate representation of color #078942: hue angle of 147.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078942 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 66 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.46 |
| HSL | 147.23º | 0.9% | 0.28% | - |
| HSV(B) | 147.23º | 0.95% | 0.54% | - |
| XYZ | 10.02 | 18.33 | 8.16 | - |
| YUV | 90.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 66 | 0.95 | 0 | 0.52 | 0.46 | 147.23 | 0.9 | 0.28 |
| Hex | 7 | 89 | 42 | 5F | 0 | 34 | 2E | 93 | 5A | 1C |
| Octal | 7 | 211 | 102 | 137 | 0 | 64 | 56 | 223 | 132 | 34 |
| Binary | 111 | 10001001 | 1000010 | 1011111 | 0 | 110100 | 101110 | 10010011 | 1011010 | 11100 |
Color Harmonies of #078942
Complementary color
Monochromatic Colors of #078942
Black with #078942
Text Example
Text Example
White with #078942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078942; }
p { color: rgb(7,137,66); }
H1.HeaderClassName
{
color: #078942;
}
.AnyTagClassName
{
color: #078942;
}
</style>
background-color css
<style>
a { background-color: #078942; }
a { background-color: rgb(7,137,66); }
div.DivClassName
{
background-color: #078942;
}
.BgClassName
{
background-color: #078942;
}
</style>
border-color css
<style>
span { border-color: #078942; }
span { border-color: rgb(7,137,66); }
td.TdClassName
{
border-color: #078942;
}
.TagClassName
{
border-color: #078942;
}
</style>