Shades of Salem #078149
Tints of Salem #078149
RGB
CMYK
RGB Variations
Color information
#078149 (or 0x078149) is known color: Salem. HEX triplet: 07, 81 and 49. RGB value is (7,129,73). Sum of RGB (Red+Green+Blue) = 7+129+73=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #078149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078149 is #F87EB6. Grayscale: #565656. Windows color (decimal): -16285367 or 4817159. OLE color: 4817159.
HSL color Cylindrical-coordinate representation of color #078149: hue angle of 152.46º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078149 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 73 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.49 |
| HSL | 152.46º | 0.9% | 0.27% | - |
| HSV(B) | 152.46º | 0.95% | 0.51% | - |
| XYZ | 9.14 | 16.23 | 8.95 | - |
| YUV | 86.14 | 120.58 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 73 | 0.95 | 0 | 0.43 | 0.49 | 152.46 | 0.9 | 0.27 |
| Hex | 7 | 81 | 49 | 5F | 0 | 2B | 31 | 98 | 5A | 1B |
| Octal | 7 | 201 | 111 | 137 | 0 | 53 | 61 | 230 | 132 | 33 |
| Binary | 111 | 10000001 | 1001001 | 1011111 | 0 | 101011 | 110001 | 10011000 | 1011010 | 11011 |
Color Harmonies of #078149
Complementary color
Monochromatic Colors of #078149
Black with #078149
Text Example
Text Example
White with #078149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078149; }
p { color: rgb(7,129,73); }
H1.HeaderClassName
{
color: #078149;
}
.AnyTagClassName
{
color: #078149;
}
</style>
background-color css
<style>
a { background-color: #078149; }
a { background-color: rgb(7,129,73); }
div.DivClassName
{
background-color: #078149;
}
.BgClassName
{
background-color: #078149;
}
</style>
border-color css
<style>
span { border-color: #078149; }
span { border-color: rgb(7,129,73); }
td.TdClassName
{
border-color: #078149;
}
.TagClassName
{
border-color: #078149;
}
</style>