Shades of Salem #078855
Tints of Salem #078855
RGB
CMYK
RGB Variations
Color information
#078855 (or 0x078855) is known color: Salem. HEX triplet: 07, 88 and 55. RGB value is (7,136,85). Sum of RGB (Red+Green+Blue) = 7+136+85=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #078855 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078855 is #F877AA. Grayscale: #5B5B5B. Windows color (decimal): -16283563 or 5605383. OLE color: 5605383.
HSL color Cylindrical-coordinate representation of color #078855: hue angle of 156.28º 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 #078855 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 85 | - |
| CMYK | 0.95 | 0 | 0.38 | 0.47 |
| HSL | 156.28º | 0.9% | 0.28% | - |
| HSV(B) | 156.28º | 0.95% | 0.53% | - |
| XYZ | 10.53 | 18.31 | 11.57 | - |
| YUV | 91.62 | 124.26 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 85 | 0.95 | 0 | 0.38 | 0.47 | 156.28 | 0.9 | 0.28 |
| Hex | 7 | 88 | 55 | 5F | 0 | 26 | 2F | 9C | 5A | 1C |
| Octal | 7 | 210 | 125 | 137 | 0 | 46 | 57 | 234 | 132 | 34 |
| Binary | 111 | 10001000 | 1010101 | 1011111 | 0 | 100110 | 101111 | 10011100 | 1011010 | 11100 |
Color Harmonies of #078855
Complementary color
Monochromatic Colors of #078855
Black with #078855
Text Example
Text Example
White with #078855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078855; }
p { color: rgb(7,136,85); }
H1.HeaderClassName
{
color: #078855;
}
.AnyTagClassName
{
color: #078855;
}
</style>
background-color css
<style>
a { background-color: #078855; }
a { background-color: rgb(7,136,85); }
div.DivClassName
{
background-color: #078855;
}
.BgClassName
{
background-color: #078855;
}
</style>
border-color css
<style>
span { border-color: #078855; }
span { border-color: rgb(7,136,85); }
td.TdClassName
{
border-color: #078855;
}
.TagClassName
{
border-color: #078855;
}
</style>