Shades of Salem #078653
Tints of Salem #078653
RGB
CMYK
RGB Variations
Color information
#078653 (or 0x078653) is known color: Salem. HEX triplet: 07, 86 and 53. RGB value is (7,134,83). Sum of RGB (Red+Green+Blue) = 7+134+83=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #078653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078653 is #F879AC. Grayscale: #5A5A5A. Windows color (decimal): -16284077 or 5473799. OLE color: 5473799.
HSL color Cylindrical-coordinate representation of color #078653: hue angle of 155.91º 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 #078653 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 134 | 83 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.47 |
| HSL | 155.91º | 0.9% | 0.28% | - |
| HSV(B) | 155.91º | 0.95% | 0.53% | - |
| XYZ | 10.17 | 17.72 | 11.07 | - |
| YUV | 90.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 83 | 0.95 | 0 | 0.38 | 0.47 | 155.91 | 0.9 | 0.28 |
| Hex | 7 | 86 | 53 | 5F | 0 | 26 | 2F | 9C | 5A | 1C |
| Octal | 7 | 206 | 123 | 137 | 0 | 46 | 57 | 234 | 132 | 34 |
| Binary | 111 | 10000110 | 1010011 | 1011111 | 0 | 100110 | 101111 | 10011100 | 1011010 | 11100 |
Color Harmonies of #078653
Complementary color
Monochromatic Colors of #078653
Black with #078653
Text Example
Text Example
White with #078653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078653; }
p { color: rgb(7,134,83); }
H1.HeaderClassName
{
color: #078653;
}
.AnyTagClassName
{
color: #078653;
}
</style>
background-color css
<style>
a { background-color: #078653; }
a { background-color: rgb(7,134,83); }
div.DivClassName
{
background-color: #078653;
}
.BgClassName
{
background-color: #078653;
}
</style>
border-color css
<style>
span { border-color: #078653; }
span { border-color: rgb(7,134,83); }
td.TdClassName
{
border-color: #078653;
}
.TagClassName
{
border-color: #078653;
}
</style>