Shades of Lochinvar #4D8B7E
Tints of Lochinvar #4D8B7E
RGB
CMYK
RGB Variations
Color information
#4D8B7E (or 0x4D8B7E) is known color: Lochinvar. HEX triplet: 4D, 8B and 7E. RGB value is (77,139,126). Sum of RGB (Red+Green+Blue) = 77+139+126=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B7E is #B27481. Grayscale: #767676. Windows color (decimal): -11695234 or 8293197. OLE color: 8293197.
HSL color Cylindrical-coordinate representation of color #4D8B7E: hue angle of 167.42º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8B7E is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 126 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.45 |
| HSL | 167.42º | 0.29% | 0.42% | - |
| HSV(B) | 167.42º | 0.45% | 0.55% | - |
| XYZ | 16.06 | 21.55 | 23.05 | - |
| YUV | 118.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 126 | 0.45 | 0 | 0.09 | 0.45 | 167.42 | 0.29 | 0.42 |
| Hex | 4D | 8B | 7E | 2D | 0 | 9 | 2D | A7 | 1D | 2A |
| Octal | 115 | 213 | 176 | 55 | 0 | 11 | 55 | 247 | 35 | 52 |
| Binary | 1001101 | 10001011 | 1111110 | 101101 | 0 | 1001 | 101101 | 10100111 | 11101 | 101010 |
Color Harmonies of #4D8B7E
Complementary color
Monochromatic Colors of #4D8B7E
Black with #4D8B7E
Text Example
Text Example
White with #4D8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B7E; }
p { color: rgb(77,139,126); }
H1.HeaderClassName
{
color: #4D8B7E;
}
.AnyTagClassName
{
color: #4D8B7E;
}
</style>
background-color css
<style>
a { background-color: #4D8B7E; }
a { background-color: rgb(77,139,126); }
div.DivClassName
{
background-color: #4D8B7E;
}
.BgClassName
{
background-color: #4D8B7E;
}
</style>
border-color css
<style>
span { border-color: #4D8B7E; }
span { border-color: rgb(77,139,126); }
td.TdClassName
{
border-color: #4D8B7E;
}
.TagClassName
{
border-color: #4D8B7E;
}
</style>