Shades of Lochinvar #4D8F78
Tints of Lochinvar #4D8F78
RGB
CMYK
RGB Variations
Color information
#4D8F78 (or 0x4D8F78) is known color: Lochinvar. HEX triplet: 4D, 8F and 78. RGB value is (77,143,120). Sum of RGB (Red+Green+Blue) = 77+143+120=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F78 is #B27087. Grayscale: #787878. Windows color (decimal): -11694216 or 7901005. OLE color: 7901005.
HSL color Cylindrical-coordinate representation of color #4D8F78: hue angle of 159.09º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8F78 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 143 | 120 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.44 |
| HSL | 159.09º | 0.3% | 0.43% | - |
| HSV(B) | 159.09º | 0.46% | 0.56% | - |
| XYZ | 16.27 | 22.58 | 21.27 | - |
| YUV | 120.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 120 | 0.46 | 0 | 0.16 | 0.44 | 159.09 | 0.3 | 0.43 |
| Hex | 4D | 8F | 78 | 2E | 0 | 10 | 2C | 9F | 1E | 2B |
| Octal | 115 | 217 | 170 | 56 | 0 | 20 | 54 | 237 | 36 | 53 |
| Binary | 1001101 | 10001111 | 1111000 | 101110 | 0 | 10000 | 101100 | 10011111 | 11110 | 101011 |
Color Harmonies of #4D8F78
Complementary color
Monochromatic Colors of #4D8F78
Black with #4D8F78
Text Example
Text Example
White with #4D8F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F78; }
p { color: rgb(77,143,120); }
H1.HeaderClassName
{
color: #4D8F78;
}
.AnyTagClassName
{
color: #4D8F78;
}
</style>
background-color css
<style>
a { background-color: #4D8F78; }
a { background-color: rgb(77,143,120); }
div.DivClassName
{
background-color: #4D8F78;
}
.BgClassName
{
background-color: #4D8F78;
}
</style>
border-color css
<style>
span { border-color: #4D8F78; }
span { border-color: rgb(77,143,120); }
td.TdClassName
{
border-color: #4D8F78;
}
.TagClassName
{
border-color: #4D8F78;
}
</style>