Shades of Lochinvar #4C8E78
Tints of Lochinvar #4C8E78
RGB
CMYK
RGB Variations
Color information
#4C8E78 (or 0x4C8E78) is known color: Lochinvar. HEX triplet: 4C, 8E and 78. RGB value is (76,142,120). Sum of RGB (Red+Green+Blue) = 76+142+120=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8E78 is #B37187. Grayscale: #777777. Windows color (decimal): -11760008 or 7900748. OLE color: 7900748.
HSL color Cylindrical-coordinate representation of color #4C8E78: hue angle of 160º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8E78 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 142 | 120 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.44 |
| HSL | 160º | 0.3% | 0.43% | - |
| HSV(B) | 160º | 0.46% | 0.56% | - |
| XYZ | 16.04 | 22.24 | 21.22 | - |
| YUV | 119.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 120 | 0.46 | 0 | 0.15 | 0.44 | 160 | 0.3 | 0.43 |
| Hex | 4C | 8E | 78 | 2E | 0 | F | 2C | A0 | 1E | 2B |
| Octal | 114 | 216 | 170 | 56 | 0 | 17 | 54 | 240 | 36 | 53 |
| Binary | 1001100 | 10001110 | 1111000 | 101110 | 0 | 1111 | 101100 | 10100000 | 11110 | 101011 |
Color Harmonies of #4C8E78
Complementary color
Monochromatic Colors of #4C8E78
Black with #4C8E78
Text Example
Text Example
White with #4C8E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8E78; }
p { color: rgb(76,142,120); }
H1.HeaderClassName
{
color: #4C8E78;
}
.AnyTagClassName
{
color: #4C8E78;
}
</style>
background-color css
<style>
a { background-color: #4C8E78; }
a { background-color: rgb(76,142,120); }
div.DivClassName
{
background-color: #4C8E78;
}
.BgClassName
{
background-color: #4C8E78;
}
</style>
border-color css
<style>
span { border-color: #4C8E78; }
span { border-color: rgb(76,142,120); }
td.TdClassName
{
border-color: #4C8E78;
}
.TagClassName
{
border-color: #4C8E78;
}
</style>