Shades of Lochinvar #4C967E
Tints of Lochinvar #4C967E
RGB
CMYK
RGB Variations
Color information
#4C967E (or 0x4C967E) is known color: Lochinvar. HEX triplet: 4C, 96 and 7E. RGB value is (76,150,126). Sum of RGB (Red+Green+Blue) = 76+150+126=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #4C967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C967E is #B36981. Grayscale: #7D7D7D. Windows color (decimal): -11757954 or 8296012. OLE color: 8296012.
HSL color Cylindrical-coordinate representation of color #4C967E: hue angle of 160.54º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C967E is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 126 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.41 |
| HSL | 160.54º | 0.33% | 0.44% | - |
| HSV(B) | 160.54º | 0.49% | 0.59% | - |
| XYZ | 17.65 | 24.86 | 23.61 | - |
| YUV | 125.14 | 128.48 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 126 | 0.49 | 0 | 0.16 | 0.41 | 160.54 | 0.33 | 0.44 |
| Hex | 4C | 96 | 7E | 31 | 0 | 10 | 29 | A1 | 21 | 2C |
| Octal | 114 | 226 | 176 | 61 | 0 | 20 | 51 | 241 | 41 | 54 |
| Binary | 1001100 | 10010110 | 1111110 | 110001 | 0 | 10000 | 101001 | 10100001 | 100001 | 101100 |
Color Harmonies of #4C967E
Complementary color
Monochromatic Colors of #4C967E
Black with #4C967E
Text Example
Text Example
White with #4C967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C967E; }
p { color: rgb(76,150,126); }
H1.HeaderClassName
{
color: #4C967E;
}
.AnyTagClassName
{
color: #4C967E;
}
</style>
background-color css
<style>
a { background-color: #4C967E; }
a { background-color: rgb(76,150,126); }
div.DivClassName
{
background-color: #4C967E;
}
.BgClassName
{
background-color: #4C967E;
}
</style>
border-color css
<style>
span { border-color: #4C967E; }
span { border-color: rgb(76,150,126); }
td.TdClassName
{
border-color: #4C967E;
}
.TagClassName
{
border-color: #4C967E;
}
</style>