Shades of Lochinvar #4F8C79
Tints of Lochinvar #4F8C79
RGB
CMYK
RGB Variations
Color information
#4F8C79 (or 0x4F8C79) is known color: Lochinvar. HEX triplet: 4F, 8C and 79. RGB value is (79,140,121). Sum of RGB (Red+Green+Blue) = 79+140+121=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #4F8C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8C79 is #B07386. Grayscale: #777777. Windows color (decimal): -11563911 or 7965775. OLE color: 7965775.
HSL color Cylindrical-coordinate representation of color #4F8C79: hue angle of 161.31º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8C79 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 140 | 121 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.45 |
| HSL | 161.31º | 0.28% | 0.43% | - |
| HSV(B) | 161.31º | 0.44% | 0.55% | - |
| XYZ | 16.05 | 21.8 | 21.45 | - |
| YUV | 119.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 121 | 0.44 | 0 | 0.14 | 0.45 | 161.31 | 0.28 | 0.43 |
| Hex | 4F | 8C | 79 | 2C | 0 | E | 2D | A1 | 1C | 2B |
| Octal | 117 | 214 | 171 | 54 | 0 | 16 | 55 | 241 | 34 | 53 |
| Binary | 1001111 | 10001100 | 1111001 | 101100 | 0 | 1110 | 101101 | 10100001 | 11100 | 101011 |
Color Harmonies of #4F8C79
Complementary color
Monochromatic Colors of #4F8C79
Black with #4F8C79
Text Example
Text Example
White with #4F8C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8C79; }
p { color: rgb(79,140,121); }
H1.HeaderClassName
{
color: #4F8C79;
}
.AnyTagClassName
{
color: #4F8C79;
}
</style>
background-color css
<style>
a { background-color: #4F8C79; }
a { background-color: rgb(79,140,121); }
div.DivClassName
{
background-color: #4F8C79;
}
.BgClassName
{
background-color: #4F8C79;
}
</style>
border-color css
<style>
span { border-color: #4F8C79; }
span { border-color: rgb(79,140,121); }
td.TdClassName
{
border-color: #4F8C79;
}
.TagClassName
{
border-color: #4F8C79;
}
</style>