Shades of Salem #078953
Tints of Salem #078953
RGB
CMYK
RGB Variations
Color information
#078953 (or 0x078953) is known color: Salem. HEX triplet: 07, 89 and 53. RGB value is (7,137,83). Sum of RGB (Red+Green+Blue) = 7+137+83=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #078953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078953 is #F876AC. Grayscale: #5C5C5C. Windows color (decimal): -16283309 or 5474567. OLE color: 5474567.
HSL color Cylindrical-coordinate representation of color #078953: hue angle of 155.08º 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 #078953 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 137 | 83 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.46 |
| HSL | 155.08º | 0.9% | 0.28% | - |
| HSV(B) | 155.08º | 0.95% | 0.54% | - |
| XYZ | 10.59 | 18.56 | 11.21 | - |
| YUV | 91.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 137 | 83 | 0.95 | 0 | 0.39 | 0.46 | 155.08 | 0.9 | 0.28 |
| Hex | 7 | 89 | 53 | 5F | 0 | 27 | 2E | 9B | 5A | 1C |
| Octal | 7 | 211 | 123 | 137 | 0 | 47 | 56 | 233 | 132 | 34 |
| Binary | 111 | 10001001 | 1010011 | 1011111 | 0 | 100111 | 101110 | 10011011 | 1011010 | 11100 |
Color Harmonies of #078953
Complementary color
Monochromatic Colors of #078953
Black with #078953
Text Example
Text Example
White with #078953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078953; }
p { color: rgb(7,137,83); }
H1.HeaderClassName
{
color: #078953;
}
.AnyTagClassName
{
color: #078953;
}
</style>
background-color css
<style>
a { background-color: #078953; }
a { background-color: rgb(7,137,83); }
div.DivClassName
{
background-color: #078953;
}
.BgClassName
{
background-color: #078953;
}
</style>
border-color css
<style>
span { border-color: #078953; }
span { border-color: rgb(7,137,83); }
td.TdClassName
{
border-color: #078953;
}
.TagClassName
{
border-color: #078953;
}
</style>