Shades of Salem #078B3C
Tints of Salem #078B3C
RGB
CMYK
RGB Variations
Color information
#078B3C (or 0x078B3C) is known color: Salem. HEX triplet: 07, 8B and 3C. RGB value is (7,139,60). Sum of RGB (Red+Green+Blue) = 7+139+60=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 139 (54.69% from 255 or 67.48% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 139 - color contains mainly: green. Hex color #078B3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B3C is #F874C3. Grayscale: #5A5A5A. Windows color (decimal): -16282820 or 3967751. OLE color: 3967751.
HSL color Cylindrical-coordinate representation of color #078B3C: hue angle of 144.09º 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 #078B3C is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 139 | 60 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.45 |
| HSL | 144.09º | 0.9% | 0.29% | - |
| HSV(B) | 144.09º | 0.95% | 0.55% | - |
| XYZ | 10.14 | 18.84 | 7.38 | - |
| YUV | 90.53 | 110.77 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 139 | 60 | 0.95 | 0 | 0.57 | 0.45 | 144.09 | 0.9 | 0.29 |
| Hex | 7 | 8B | 3C | 5F | 0 | 39 | 2D | 90 | 5A | 1D |
| Octal | 7 | 213 | 74 | 137 | 0 | 71 | 55 | 220 | 132 | 35 |
| Binary | 111 | 10001011 | 111100 | 1011111 | 0 | 111001 | 101101 | 10010000 | 1011010 | 11101 |
Color Harmonies of #078B3C
Complementary color
Monochromatic Colors of #078B3C
Black with #078B3C
Text Example
Text Example
White with #078B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078B3C; }
p { color: rgb(7,139,60); }
H1.HeaderClassName
{
color: #078B3C;
}
.AnyTagClassName
{
color: #078B3C;
}
</style>
background-color css
<style>
a { background-color: #078B3C; }
a { background-color: rgb(7,139,60); }
div.DivClassName
{
background-color: #078B3C;
}
.BgClassName
{
background-color: #078B3C;
}
</style>
border-color css
<style>
span { border-color: #078B3C; }
span { border-color: rgb(7,139,60); }
td.TdClassName
{
border-color: #078B3C;
}
.TagClassName
{
border-color: #078B3C;
}
</style>