Shades of Lochinvar #4C967D
Tints of Lochinvar #4C967D
RGB
CMYK
RGB Variations
Color information
#4C967D (or 0x4C967D) is known color: Lochinvar. HEX triplet: 4C, 96 and 7D. RGB value is (76,150,125). Sum of RGB (Red+Green+Blue) = 76+150+125=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #4C967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C967D is #B36982. Grayscale: #7D7D7D. Windows color (decimal): -11757955 or 8230476. OLE color: 8230476.
HSL color Cylindrical-coordinate representation of color #4C967D: hue angle of 159.73º 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 #4C967D is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 125 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.41 |
| HSL | 159.73º | 0.33% | 0.44% | - |
| HSV(B) | 159.73º | 0.49% | 0.59% | - |
| XYZ | 17.59 | 24.83 | 23.27 | - |
| YUV | 125.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 125 | 0.49 | 0 | 0.17 | 0.41 | 159.73 | 0.33 | 0.44 |
| Hex | 4C | 96 | 7D | 31 | 0 | 11 | 29 | A0 | 21 | 2C |
| Octal | 114 | 226 | 175 | 61 | 0 | 21 | 51 | 240 | 41 | 54 |
| Binary | 1001100 | 10010110 | 1111101 | 110001 | 0 | 10001 | 101001 | 10100000 | 100001 | 101100 |
Color Harmonies of #4C967D
Complementary color
Monochromatic Colors of #4C967D
Black with #4C967D
Text Example
Text Example
White with #4C967D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C967D; }
p { color: rgb(76,150,125); }
H1.HeaderClassName
{
color: #4C967D;
}
.AnyTagClassName
{
color: #4C967D;
}
</style>
background-color css
<style>
a { background-color: #4C967D; }
a { background-color: rgb(76,150,125); }
div.DivClassName
{
background-color: #4C967D;
}
.BgClassName
{
background-color: #4C967D;
}
</style>
border-color css
<style>
span { border-color: #4C967D; }
span { border-color: rgb(76,150,125); }
td.TdClassName
{
border-color: #4C967D;
}
.TagClassName
{
border-color: #4C967D;
}
</style>