Shades of Lochinvar #4D8F79
Tints of Lochinvar #4D8F79
RGB
CMYK
RGB Variations
Color information
#4D8F79 (or 0x4D8F79) is known color: Lochinvar. HEX triplet: 4D, 8F and 79. RGB value is (77,143,121). Sum of RGB (Red+Green+Blue) = 77+143+121=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #4D8F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8F79 is #B27086. Grayscale: #787878. Windows color (decimal): -11694215 or 7966541. OLE color: 7966541.
HSL color Cylindrical-coordinate representation of color #4D8F79: hue angle of 160º 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 #4D8F79 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 143 | 121 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.44 |
| HSL | 160º | 0.3% | 0.43% | - |
| HSV(B) | 160º | 0.46% | 0.56% | - |
| XYZ | 16.33 | 22.6 | 21.59 | - |
| YUV | 120.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 121 | 0.46 | 0 | 0.15 | 0.44 | 160 | 0.3 | 0.43 |
| Hex | 4D | 8F | 79 | 2E | 0 | F | 2C | A0 | 1E | 2B |
| Octal | 115 | 217 | 171 | 56 | 0 | 17 | 54 | 240 | 36 | 53 |
| Binary | 1001101 | 10001111 | 1111001 | 101110 | 0 | 1111 | 101100 | 10100000 | 11110 | 101011 |
Color Harmonies of #4D8F79
Complementary color
Monochromatic Colors of #4D8F79
Black with #4D8F79
Text Example
Text Example
White with #4D8F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8F79; }
p { color: rgb(77,143,121); }
H1.HeaderClassName
{
color: #4D8F79;
}
.AnyTagClassName
{
color: #4D8F79;
}
</style>
background-color css
<style>
a { background-color: #4D8F79; }
a { background-color: rgb(77,143,121); }
div.DivClassName
{
background-color: #4D8F79;
}
.BgClassName
{
background-color: #4D8F79;
}
</style>
border-color css
<style>
span { border-color: #4D8F79; }
span { border-color: rgb(77,143,121); }
td.TdClassName
{
border-color: #4D8F79;
}
.TagClassName
{
border-color: #4D8F79;
}
</style>