Shades of Lochinvar #4D8B7D
Tints of Lochinvar #4D8B7D
RGB
CMYK
RGB Variations
Color information
#4D8B7D (or 0x4D8B7D) is known color: Lochinvar. HEX triplet: 4D, 8B and 7D. RGB value is (77,139,125). Sum of RGB (Red+Green+Blue) = 77+139+125=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B7D is #B27482. Grayscale: #767676. Windows color (decimal): -11695235 or 8227661. OLE color: 8227661.
HSL color Cylindrical-coordinate representation of color #4D8B7D: hue angle of 166.45º 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 #4D8B7D is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 125 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.45 |
| HSL | 166.45º | 0.29% | 0.42% | - |
| HSV(B) | 166.45º | 0.45% | 0.55% | - |
| XYZ | 15.99 | 21.52 | 22.71 | - |
| YUV | 118.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 125 | 0.45 | 0 | 0.10 | 0.45 | 166.45 | 0.29 | 0.42 |
| Hex | 4D | 8B | 7D | 2D | 0 | A | 2D | A6 | 1D | 2A |
| Octal | 115 | 213 | 175 | 55 | 0 | 12 | 55 | 246 | 35 | 52 |
| Binary | 1001101 | 10001011 | 1111101 | 101101 | 0 | 1010 | 101101 | 10100110 | 11101 | 101010 |
Color Harmonies of #4D8B7D
Complementary color
Monochromatic Colors of #4D8B7D
Black with #4D8B7D
Text Example
Text Example
White with #4D8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B7D; }
p { color: rgb(77,139,125); }
H1.HeaderClassName
{
color: #4D8B7D;
}
.AnyTagClassName
{
color: #4D8B7D;
}
</style>
background-color css
<style>
a { background-color: #4D8B7D; }
a { background-color: rgb(77,139,125); }
div.DivClassName
{
background-color: #4D8B7D;
}
.BgClassName
{
background-color: #4D8B7D;
}
</style>
border-color css
<style>
span { border-color: #4D8B7D; }
span { border-color: rgb(77,139,125); }
td.TdClassName
{
border-color: #4D8B7D;
}
.TagClassName
{
border-color: #4D8B7D;
}
</style>