Shades of Lochinvar #4D897F
Tints of Lochinvar #4D897F
RGB
CMYK
RGB Variations
Color information
#4D897F (or 0x4D897F) is known color: Lochinvar. HEX triplet: 4D, 89 and 7F. RGB value is (77,137,127). Sum of RGB (Red+Green+Blue) = 77+137+127=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #4D897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D897F is #B27680. Grayscale: #757575. Windows color (decimal): -11695745 or 8358221. OLE color: 8358221.
HSL color Cylindrical-coordinate representation of color #4D897F: hue angle of 170º 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 #4D897F is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 127 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.46 |
| HSL | 170º | 0.28% | 0.42% | - |
| HSV(B) | 170º | 0.44% | 0.54% | - |
| XYZ | 15.84 | 21 | 23.3 | - |
| YUV | 117.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 127 | 0.44 | 0 | 0.07 | 0.46 | 170 | 0.28 | 0.42 |
| Hex | 4D | 89 | 7F | 2C | 0 | 7 | 2E | AA | 1C | 2A |
| Octal | 115 | 211 | 177 | 54 | 0 | 7 | 56 | 252 | 34 | 52 |
| Binary | 1001101 | 10001001 | 1111111 | 101100 | 0 | 111 | 101110 | 10101010 | 11100 | 101010 |
Color Harmonies of #4D897F
Complementary color
Monochromatic Colors of #4D897F
Black with #4D897F
Text Example
Text Example
White with #4D897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D897F; }
p { color: rgb(77,137,127); }
H1.HeaderClassName
{
color: #4D897F;
}
.AnyTagClassName
{
color: #4D897F;
}
</style>
background-color css
<style>
a { background-color: #4D897F; }
a { background-color: rgb(77,137,127); }
div.DivClassName
{
background-color: #4D897F;
}
.BgClassName
{
background-color: #4D897F;
}
</style>
border-color css
<style>
span { border-color: #4D897F; }
span { border-color: rgb(77,137,127); }
td.TdClassName
{
border-color: #4D897F;
}
.TagClassName
{
border-color: #4D897F;
}
</style>