Shades of Salem #078C3F
Tints of Salem #078C3F
RGB
CMYK
RGB Variations
Color information
#078C3F (or 0x078C3F) is known color: Salem. HEX triplet: 07, 8C and 3F. RGB value is (7,140,63). Sum of RGB (Red+Green+Blue) = 7+140+63=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 140 (55.08% from 255 or 66.67% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 140 - color contains mainly: green. Hex color #078C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C3F is #F873C0. Grayscale: #5B5B5B. Windows color (decimal): -16282561 or 4164615. OLE color: 4164615.
HSL color Cylindrical-coordinate representation of color #078C3F: hue angle of 145.26º 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 #078C3F is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 63 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.45 |
| HSL | 145.26º | 0.9% | 0.29% | - |
| HSV(B) | 145.26º | 0.95% | 0.55% | - |
| XYZ | 10.36 | 19.16 | 7.85 | - |
| YUV | 91.46 | 111.94 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 63 | 0.95 | 0 | 0.55 | 0.45 | 145.26 | 0.9 | 0.29 |
| Hex | 7 | 8C | 3F | 5F | 0 | 37 | 2D | 91 | 5A | 1D |
| Octal | 7 | 214 | 77 | 137 | 0 | 67 | 55 | 221 | 132 | 35 |
| Binary | 111 | 10001100 | 111111 | 1011111 | 0 | 110111 | 101101 | 10010001 | 1011010 | 11101 |
Color Harmonies of #078C3F
Complementary color
Monochromatic Colors of #078C3F
Black with #078C3F
Text Example
Text Example
White with #078C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C3F; }
p { color: rgb(7,140,63); }
H1.HeaderClassName
{
color: #078C3F;
}
.AnyTagClassName
{
color: #078C3F;
}
</style>
background-color css
<style>
a { background-color: #078C3F; }
a { background-color: rgb(7,140,63); }
div.DivClassName
{
background-color: #078C3F;
}
.BgClassName
{
background-color: #078C3F;
}
</style>
border-color css
<style>
span { border-color: #078C3F; }
span { border-color: rgb(7,140,63); }
td.TdClassName
{
border-color: #078C3F;
}
.TagClassName
{
border-color: #078C3F;
}
</style>