Shades of Salem #078849
Tints of Salem #078849
RGB
CMYK
RGB Variations
Color information
#078849 (or 0x078849) is known color: Salem. HEX triplet: 07, 88 and 49. RGB value is (7,136,73). Sum of RGB (Red+Green+Blue) = 7+136+73=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #078849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078849 is #F877B6. Grayscale: #5A5A5A. Windows color (decimal): -16283575 or 4818951. OLE color: 4818951.
HSL color Cylindrical-coordinate representation of color #078849: hue angle of 150.7º 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 #078849 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 136 | 73 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.47 |
| HSL | 150.7º | 0.9% | 0.28% | - |
| HSV(B) | 150.7º | 0.95% | 0.53% | - |
| XYZ | 10.09 | 18.13 | 9.27 | - |
| YUV | 90.25 | 118.26 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 136 | 73 | 0.95 | 0 | 0.46 | 0.47 | 150.7 | 0.9 | 0.28 |
| Hex | 7 | 88 | 49 | 5F | 0 | 2E | 2F | 97 | 5A | 1C |
| Octal | 7 | 210 | 111 | 137 | 0 | 56 | 57 | 227 | 132 | 34 |
| Binary | 111 | 10001000 | 1001001 | 1011111 | 0 | 101110 | 101111 | 10010111 | 1011010 | 11100 |
Color Harmonies of #078849
Complementary color
Monochromatic Colors of #078849
Black with #078849
Text Example
Text Example
White with #078849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078849; }
p { color: rgb(7,136,73); }
H1.HeaderClassName
{
color: #078849;
}
.AnyTagClassName
{
color: #078849;
}
</style>
background-color css
<style>
a { background-color: #078849; }
a { background-color: rgb(7,136,73); }
div.DivClassName
{
background-color: #078849;
}
.BgClassName
{
background-color: #078849;
}
</style>
border-color css
<style>
span { border-color: #078849; }
span { border-color: rgb(7,136,73); }
td.TdClassName
{
border-color: #078849;
}
.TagClassName
{
border-color: #078849;
}
</style>