Shades of Salem #078B3D
Tints of Salem #078B3D
RGB
CMYK
RGB Variations
Color information
#078B3D (or 0x078B3D) is known color: Salem. HEX triplet: 07, 8B and 3D. RGB value is (7,139,61). Sum of RGB (Red+Green+Blue) = 7+139+61=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #078B3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B3D is #F874C2. Grayscale: #5A5A5A. Windows color (decimal): -16282819 or 4033287. OLE color: 4033287.
HSL color Cylindrical-coordinate representation of color #078B3D: hue angle of 144.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B3D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 61 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.45 |
| HSL | 144.55º | 0.9% | 0.29% | - |
| HSV(B) | 144.55º | 0.95% | 0.55% | - |
| XYZ | 10.16 | 18.85 | 7.52 | - |
| YUV | 90.64 | 111.27 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 61 | 0.95 | 0 | 0.56 | 0.45 | 144.55 | 0.9 | 0.29 |
| Hex | 7 | 8B | 3D | 5F | 0 | 38 | 2D | 91 | 5A | 1D |
| Octal | 7 | 213 | 75 | 137 | 0 | 70 | 55 | 221 | 132 | 35 |
| Binary | 111 | 10001011 | 111101 | 1011111 | 0 | 111000 | 101101 | 10010001 | 1011010 | 11101 |
Color Harmonies of #078B3D
Complementary color
Monochromatic Colors of #078B3D
Black with #078B3D
Text Example
Text Example
White with #078B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B3D; }
p { color: rgb(7,139,61); }
H1.HeaderClassName
{
color: #078B3D;
}
.AnyTagClassName
{
color: #078B3D;
}
</style>
background-color css
<style>
a { background-color: #078B3D; }
a { background-color: rgb(7,139,61); }
div.DivClassName
{
background-color: #078B3D;
}
.BgClassName
{
background-color: #078B3D;
}
</style>
border-color css
<style>
span { border-color: #078B3D; }
span { border-color: rgb(7,139,61); }
td.TdClassName
{
border-color: #078B3D;
}
.TagClassName
{
border-color: #078B3D;
}
</style>