Shades of Lochinvar #4D9D80
Tints of Lochinvar #4D9D80
RGB
CMYK
RGB Variations
Color information
#4D9D80 (or 0x4D9D80) is known color: Lochinvar. HEX triplet: 4D, 9D and 80. RGB value is (77,157,128). Sum of RGB (Red+Green+Blue) = 77+157+128=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D80 is #B2627F. Grayscale: #818181. Windows color (decimal): -11690624 or 8428877. OLE color: 8428877.
HSL color Cylindrical-coordinate representation of color #4D9D80: hue angle of 158.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D80 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 128 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.38 |
| HSL | 158.25º | 0.34% | 0.46% | - |
| HSV(B) | 158.25º | 0.51% | 0.62% | - |
| XYZ | 19.01 | 27.25 | 24.68 | - |
| YUV | 129.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 128 | 0.51 | 0 | 0.18 | 0.38 | 158.25 | 0.34 | 0.46 |
| Hex | 4D | 9D | 80 | 33 | 0 | 12 | 26 | 9E | 22 | 2E |
| Octal | 115 | 235 | 200 | 63 | 0 | 22 | 46 | 236 | 42 | 56 |
| Binary | 1001101 | 10011101 | 10000000 | 110011 | 0 | 10010 | 100110 | 10011110 | 100010 | 101110 |
Color Harmonies of #4D9D80
Complementary color
Monochromatic Colors of #4D9D80
Black with #4D9D80
Text Example
Text Example
White with #4D9D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D80; }
p { color: rgb(77,157,128); }
H1.HeaderClassName
{
color: #4D9D80;
}
.AnyTagClassName
{
color: #4D9D80;
}
</style>
background-color css
<style>
a { background-color: #4D9D80; }
a { background-color: rgb(77,157,128); }
div.DivClassName
{
background-color: #4D9D80;
}
.BgClassName
{
background-color: #4D9D80;
}
</style>
border-color css
<style>
span { border-color: #4D9D80; }
span { border-color: rgb(77,157,128); }
td.TdClassName
{
border-color: #4D9D80;
}
.TagClassName
{
border-color: #4D9D80;
}
</style>