Shades of Lochinvar #4D8D79
Tints of Lochinvar #4D8D79
RGB
CMYK
RGB Variations
Color information
#4D8D79 (or 0x4D8D79) is known color: Lochinvar. HEX triplet: 4D, 8D and 79. RGB value is (77,141,121). Sum of RGB (Red+Green+Blue) = 77+141+121=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 141 - color contains mainly: green. Hex color #4D8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8D79 is #B27286. Grayscale: #777777. Windows color (decimal): -11694727 or 7966029. OLE color: 7966029.
HSL color Cylindrical-coordinate representation of color #4D8D79: hue angle of 161.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8D79 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 141 | 121 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.45 |
| HSL | 161.25º | 0.29% | 0.43% | - |
| HSV(B) | 161.25º | 0.45% | 0.55% | - |
| XYZ | 16.04 | 22.01 | 21.49 | - |
| YUV | 119.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 141 | 121 | 0.45 | 0 | 0.14 | 0.45 | 161.25 | 0.29 | 0.43 |
| Hex | 4D | 8D | 79 | 2D | 0 | E | 2D | A1 | 1D | 2B |
| Octal | 115 | 215 | 171 | 55 | 0 | 16 | 55 | 241 | 35 | 53 |
| Binary | 1001101 | 10001101 | 1111001 | 101101 | 0 | 1110 | 101101 | 10100001 | 11101 | 101011 |
Color Harmonies of #4D8D79
Complementary color
Monochromatic Colors of #4D8D79
Black with #4D8D79
Text Example
Text Example
White with #4D8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8D79; }
p { color: rgb(77,141,121); }
H1.HeaderClassName
{
color: #4D8D79;
}
.AnyTagClassName
{
color: #4D8D79;
}
</style>
background-color css
<style>
a { background-color: #4D8D79; }
a { background-color: rgb(77,141,121); }
div.DivClassName
{
background-color: #4D8D79;
}
.BgClassName
{
background-color: #4D8D79;
}
</style>
border-color css
<style>
span { border-color: #4D8D79; }
span { border-color: rgb(77,141,121); }
td.TdClassName
{
border-color: #4D8D79;
}
.TagClassName
{
border-color: #4D8D79;
}
</style>