Shades of Lochinvar #4C977A
Tints of Lochinvar #4C977A
RGB
CMYK
RGB Variations
Color information
#4C977A (or 0x4C977A) is known color: Lochinvar. HEX triplet: 4C, 97 and 7A. RGB value is (76,151,122). Sum of RGB (Red+Green+Blue) = 76+151+122=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #4C977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C977A is #B36885. Grayscale: #7D7D7D. Windows color (decimal): -11757702 or 8034124. OLE color: 8034124.
HSL color Cylindrical-coordinate representation of color #4C977A: hue angle of 156.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C977A is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 122 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.41 |
| HSL | 156.8º | 0.33% | 0.45% | - |
| HSV(B) | 156.8º | 0.5% | 0.59% | - |
| XYZ | 17.56 | 25.07 | 22.33 | - |
| YUV | 125.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 122 | 0.50 | 0 | 0.19 | 0.41 | 156.8 | 0.33 | 0.45 |
| Hex | 4C | 97 | 7A | 32 | 0 | 13 | 29 | 9D | 21 | 2D |
| Octal | 114 | 227 | 172 | 62 | 0 | 23 | 51 | 235 | 41 | 55 |
| Binary | 1001100 | 10010111 | 1111010 | 110010 | 0 | 10011 | 101001 | 10011101 | 100001 | 101101 |
Color Harmonies of #4C977A
Complementary color
Monochromatic Colors of #4C977A
Black with #4C977A
Text Example
Text Example
White with #4C977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C977A; }
p { color: rgb(76,151,122); }
H1.HeaderClassName
{
color: #4C977A;
}
.AnyTagClassName
{
color: #4C977A;
}
</style>
background-color css
<style>
a { background-color: #4C977A; }
a { background-color: rgb(76,151,122); }
div.DivClassName
{
background-color: #4C977A;
}
.BgClassName
{
background-color: #4C977A;
}
</style>
border-color css
<style>
span { border-color: #4C977A; }
span { border-color: rgb(76,151,122); }
td.TdClassName
{
border-color: #4C977A;
}
.TagClassName
{
border-color: #4C977A;
}
</style>