Shades of Lochinvar #4D8979
Tints of Lochinvar #4D8979
RGB
CMYK
RGB Variations
Color information
#4D8979 (or 0x4D8979) is known color: Lochinvar. HEX triplet: 4D, 89 and 79. RGB value is (77,137,121). Sum of RGB (Red+Green+Blue) = 77+137+121=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #4D8979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8979 is #B27686. Grayscale: #757575. Windows color (decimal): -11695751 or 7965005. OLE color: 7965005.
HSL color Cylindrical-coordinate representation of color #4D8979: hue angle of 164º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D8979 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 121 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.46 |
| HSL | 164º | 0.28% | 0.42% | - |
| HSV(B) | 164º | 0.44% | 0.54% | - |
| XYZ | 15.46 | 20.85 | 21.3 | - |
| YUV | 117.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 121 | 0.44 | 0 | 0.12 | 0.46 | 164 | 0.28 | 0.42 |
| Hex | 4D | 89 | 79 | 2C | 0 | C | 2E | A4 | 1C | 2A |
| Octal | 115 | 211 | 171 | 54 | 0 | 14 | 56 | 244 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1111001 | 101100 | 0 | 1100 | 101110 | 10100100 | 11100 | 101010 |
Color Harmonies of #4D8979
Complementary color
Monochromatic Colors of #4D8979
Black with #4D8979
Text Example
Text Example
White with #4D8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8979; }
p { color: rgb(77,137,121); }
H1.HeaderClassName
{
color: #4D8979;
}
.AnyTagClassName
{
color: #4D8979;
}
</style>
background-color css
<style>
a { background-color: #4D8979; }
a { background-color: rgb(77,137,121); }
div.DivClassName
{
background-color: #4D8979;
}
.BgClassName
{
background-color: #4D8979;
}
</style>
border-color css
<style>
span { border-color: #4D8979; }
span { border-color: rgb(77,137,121); }
td.TdClassName
{
border-color: #4D8979;
}
.TagClassName
{
border-color: #4D8979;
}
</style>