Shades of Lochinvar #4D9C7F
Tints of Lochinvar #4D9C7F
RGB
CMYK
RGB Variations
Color information
#4D9C7F (or 0x4D9C7F) is known color: Lochinvar. HEX triplet: 4D, 9C and 7F. RGB value is (77,156,127). Sum of RGB (Red+Green+Blue) = 77+156+127=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C7F is #B26380. Grayscale: #818181. Windows color (decimal): -11690881 or 8363085. OLE color: 8363085.
HSL color Cylindrical-coordinate representation of color #4D9C7F: hue angle of 157.97º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9C7F is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 127 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.39 |
| HSL | 157.97º | 0.34% | 0.46% | - |
| HSV(B) | 157.97º | 0.51% | 0.61% | - |
| XYZ | 18.78 | 26.89 | 24.28 | - |
| YUV | 129.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 127 | 0.51 | 0 | 0.19 | 0.39 | 157.97 | 0.34 | 0.46 |
| Hex | 4D | 9C | 7F | 33 | 0 | 13 | 27 | 9E | 22 | 2E |
| Octal | 115 | 234 | 177 | 63 | 0 | 23 | 47 | 236 | 42 | 56 |
| Binary | 1001101 | 10011100 | 1111111 | 110011 | 0 | 10011 | 100111 | 10011110 | 100010 | 101110 |
Color Harmonies of #4D9C7F
Complementary color
Monochromatic Colors of #4D9C7F
Black with #4D9C7F
Text Example
Text Example
White with #4D9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C7F; }
p { color: rgb(77,156,127); }
H1.HeaderClassName
{
color: #4D9C7F;
}
.AnyTagClassName
{
color: #4D9C7F;
}
</style>
background-color css
<style>
a { background-color: #4D9C7F; }
a { background-color: rgb(77,156,127); }
div.DivClassName
{
background-color: #4D9C7F;
}
.BgClassName
{
background-color: #4D9C7F;
}
</style>
border-color css
<style>
span { border-color: #4D9C7F; }
span { border-color: rgb(77,156,127); }
td.TdClassName
{
border-color: #4D9C7F;
}
.TagClassName
{
border-color: #4D9C7F;
}
</style>