Shades of Salem #078A4D
Tints of Salem #078A4D
RGB
CMYK
RGB Variations
Color information
#078A4D (or 0x078A4D) is known color: Salem. HEX triplet: 07, 8A and 4D. RGB value is (7,138,77). Sum of RGB (Red+Green+Blue) = 7+138+77=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #078A4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078A4D is #F875B2. Grayscale: #5B5B5B. Windows color (decimal): -16283059 or 5081607. OLE color: 5081607.
HSL color Cylindrical-coordinate representation of color #078A4D: hue angle of 152.06º 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 #078A4D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 138 | 77 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.46 |
| HSL | 152.06º | 0.9% | 0.28% | - |
| HSV(B) | 152.06º | 0.95% | 0.54% | - |
| XYZ | 10.52 | 18.76 | 10.09 | - |
| YUV | 91.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 77 | 0.95 | 0 | 0.44 | 0.46 | 152.06 | 0.9 | 0.28 |
| Hex | 7 | 8A | 4D | 5F | 0 | 2C | 2E | 98 | 5A | 1C |
| Octal | 7 | 212 | 115 | 137 | 0 | 54 | 56 | 230 | 132 | 34 |
| Binary | 111 | 10001010 | 1001101 | 1011111 | 0 | 101100 | 101110 | 10011000 | 1011010 | 11100 |
Color Harmonies of #078A4D
Complementary color
Monochromatic Colors of #078A4D
Black with #078A4D
Text Example
Text Example
White with #078A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078A4D; }
p { color: rgb(7,138,77); }
H1.HeaderClassName
{
color: #078A4D;
}
.AnyTagClassName
{
color: #078A4D;
}
</style>
background-color css
<style>
a { background-color: #078A4D; }
a { background-color: rgb(7,138,77); }
div.DivClassName
{
background-color: #078A4D;
}
.BgClassName
{
background-color: #078A4D;
}
</style>
border-color css
<style>
span { border-color: #078A4D; }
span { border-color: rgb(7,138,77); }
td.TdClassName
{
border-color: #078A4D;
}
.TagClassName
{
border-color: #078A4D;
}
</style>