Shades of Lochinvar #4C8B7E
Tints of Lochinvar #4C8B7E
RGB
CMYK
RGB Variations
Color information
#4C8B7E (or 0x4C8B7E) is known color: Lochinvar. HEX triplet: 4C, 8B and 7E. RGB value is (76,139,126). Sum of RGB (Red+Green+Blue) = 76+139+126=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B7E is #B37481. Grayscale: #767676. Windows color (decimal): -11760770 or 8293196. OLE color: 8293196.
HSL color Cylindrical-coordinate representation of color #4C8B7E: hue angle of 167.62º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B7E is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 139 | 126 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.45 |
| HSL | 167.62º | 0.29% | 0.42% | - |
| HSV(B) | 167.62º | 0.45% | 0.55% | - |
| XYZ | 15.98 | 21.51 | 23.05 | - |
| YUV | 118.68 | 132.13 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 139 | 126 | 0.45 | 0 | 0.09 | 0.45 | 167.62 | 0.29 | 0.42 |
| Hex | 4C | 8B | 7E | 2D | 0 | 9 | 2D | A8 | 1D | 2A |
| Octal | 114 | 213 | 176 | 55 | 0 | 11 | 55 | 250 | 35 | 52 |
| Binary | 1001100 | 10001011 | 1111110 | 101101 | 0 | 1001 | 101101 | 10101000 | 11101 | 101010 |
Color Harmonies of #4C8B7E
Complementary color
Monochromatic Colors of #4C8B7E
Black with #4C8B7E
Text Example
Text Example
White with #4C8B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8B7E; }
p { color: rgb(76,139,126); }
H1.HeaderClassName
{
color: #4C8B7E;
}
.AnyTagClassName
{
color: #4C8B7E;
}
</style>
background-color css
<style>
a { background-color: #4C8B7E; }
a { background-color: rgb(76,139,126); }
div.DivClassName
{
background-color: #4C8B7E;
}
.BgClassName
{
background-color: #4C8B7E;
}
</style>
border-color css
<style>
span { border-color: #4C8B7E; }
span { border-color: rgb(76,139,126); }
td.TdClassName
{
border-color: #4C8B7E;
}
.TagClassName
{
border-color: #4C8B7E;
}
</style>