Shades of Salem #078343
Tints of Salem #078343
RGB
CMYK
RGB Variations
Color information
#078343 (or 0x078343) is known color: Salem. HEX triplet: 07, 83 and 43. RGB value is (7,131,67). Sum of RGB (Red+Green+Blue) = 7+131+67=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #078343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078343 is #F87CBC. Grayscale: #565656. Windows color (decimal): -16284861 or 4424455. OLE color: 4424455.
HSL color Cylindrical-coordinate representation of color #078343: hue angle of 149.03º 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 #078343 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 131 | 67 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.49 |
| HSL | 149.03º | 0.9% | 0.27% | - |
| HSV(B) | 149.03º | 0.95% | 0.51% | - |
| XYZ | 9.22 | 16.68 | 8.04 | - |
| YUV | 86.63 | 116.92 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 67 | 0.95 | 0 | 0.49 | 0.49 | 149.03 | 0.9 | 0.27 |
| Hex | 7 | 83 | 43 | 5F | 0 | 31 | 31 | 95 | 5A | 1B |
| Octal | 7 | 203 | 103 | 137 | 0 | 61 | 61 | 225 | 132 | 33 |
| Binary | 111 | 10000011 | 1000011 | 1011111 | 0 | 110001 | 110001 | 10010101 | 1011010 | 11011 |
Color Harmonies of #078343
Complementary color
Monochromatic Colors of #078343
Black with #078343
Text Example
Text Example
White with #078343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078343; }
p { color: rgb(7,131,67); }
H1.HeaderClassName
{
color: #078343;
}
.AnyTagClassName
{
color: #078343;
}
</style>
background-color css
<style>
a { background-color: #078343; }
a { background-color: rgb(7,131,67); }
div.DivClassName
{
background-color: #078343;
}
.BgClassName
{
background-color: #078343;
}
</style>
border-color css
<style>
span { border-color: #078343; }
span { border-color: rgb(7,131,67); }
td.TdClassName
{
border-color: #078343;
}
.TagClassName
{
border-color: #078343;
}
</style>