Shades of Salem #078C4B
Tints of Salem #078C4B
RGB
CMYK
RGB Variations
Color information
#078C4B (or 0x078C4B) is known color: Salem. HEX triplet: 07, 8C and 4B. RGB value is (7,140,75). Sum of RGB (Red+Green+Blue) = 7+140+75=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #078C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078C4B is #F873B4. Grayscale: #5C5C5C. Windows color (decimal): -16282549 or 4951047. OLE color: 4951047.
HSL color Cylindrical-coordinate representation of color #078C4B: hue angle of 150.68º 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 #078C4B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 140 | 75 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.45 |
| HSL | 150.68º | 0.9% | 0.29% | - |
| HSV(B) | 150.68º | 0.95% | 0.55% | - |
| XYZ | 10.74 | 19.31 | 9.82 | - |
| YUV | 92.82 | 117.94 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 75 | 0.95 | 0 | 0.46 | 0.45 | 150.68 | 0.9 | 0.29 |
| Hex | 7 | 8C | 4B | 5F | 0 | 2E | 2D | 97 | 5A | 1D |
| Octal | 7 | 214 | 113 | 137 | 0 | 56 | 55 | 227 | 132 | 35 |
| Binary | 111 | 10001100 | 1001011 | 1011111 | 0 | 101110 | 101101 | 10010111 | 1011010 | 11101 |
Color Harmonies of #078C4B
Complementary color
Monochromatic Colors of #078C4B
Black with #078C4B
Text Example
Text Example
White with #078C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078C4B; }
p { color: rgb(7,140,75); }
H1.HeaderClassName
{
color: #078C4B;
}
.AnyTagClassName
{
color: #078C4B;
}
</style>
background-color css
<style>
a { background-color: #078C4B; }
a { background-color: rgb(7,140,75); }
div.DivClassName
{
background-color: #078C4B;
}
.BgClassName
{
background-color: #078C4B;
}
</style>
border-color css
<style>
span { border-color: #078C4B; }
span { border-color: rgb(7,140,75); }
td.TdClassName
{
border-color: #078C4B;
}
.TagClassName
{
border-color: #078C4B;
}
</style>