Shades of Salem #078741
Tints of Salem #078741
RGB
CMYK
RGB Variations
Color information
#078741 (or 0x078741) is known color: Salem. HEX triplet: 07, 87 and 41. RGB value is (7,135,65). Sum of RGB (Red+Green+Blue) = 7+135+65=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #078741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078741 is #F878BE. Grayscale: #585858. Windows color (decimal): -16283839 or 4294407. OLE color: 4294407.
HSL color Cylindrical-coordinate representation of color #078741: hue angle of 147.19º 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 #078741 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 65 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.47 |
| HSL | 147.19º | 0.9% | 0.28% | - |
| HSV(B) | 147.19º | 0.95% | 0.53% | - |
| XYZ | 9.71 | 17.75 | 7.92 | - |
| YUV | 88.75 | 114.59 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 65 | 0.95 | 0 | 0.52 | 0.47 | 147.19 | 0.9 | 0.28 |
| Hex | 7 | 87 | 41 | 5F | 0 | 34 | 2F | 93 | 5A | 1C |
| Octal | 7 | 207 | 101 | 137 | 0 | 64 | 57 | 223 | 132 | 34 |
| Binary | 111 | 10000111 | 1000001 | 1011111 | 0 | 110100 | 101111 | 10010011 | 1011010 | 11100 |
Color Harmonies of #078741
Complementary color
Monochromatic Colors of #078741
Black with #078741
Text Example
Text Example
White with #078741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078741; }
p { color: rgb(7,135,65); }
H1.HeaderClassName
{
color: #078741;
}
.AnyTagClassName
{
color: #078741;
}
</style>
background-color css
<style>
a { background-color: #078741; }
a { background-color: rgb(7,135,65); }
div.DivClassName
{
background-color: #078741;
}
.BgClassName
{
background-color: #078741;
}
</style>
border-color css
<style>
span { border-color: #078741; }
span { border-color: rgb(7,135,65); }
td.TdClassName
{
border-color: #078741;
}
.TagClassName
{
border-color: #078741;
}
</style>