Shades of Lochinvar #4F8D7F
Tints of Lochinvar #4F8D7F
RGB
CMYK
RGB Variations
Color information
#4F8D7F (or 0x4F8D7F) is known color: Lochinvar. HEX triplet: 4F, 8D and 7F. RGB value is (79,141,127). Sum of RGB (Red+Green+Blue) = 79+141+127=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #4F8D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8D7F is #B07280. Grayscale: #787878. Windows color (decimal): -11563649 or 8359247. OLE color: 8359247.
HSL color Cylindrical-coordinate representation of color #4F8D7F: hue angle of 166.45º 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 #4F8D7F is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 141 | 127 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.45 |
| HSL | 166.45º | 0.28% | 0.43% | - |
| HSV(B) | 166.45º | 0.44% | 0.55% | - |
| XYZ | 16.58 | 22.24 | 23.5 | - |
| YUV | 120.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 141 | 127 | 0.44 | 0 | 0.10 | 0.45 | 166.45 | 0.28 | 0.43 |
| Hex | 4F | 8D | 7F | 2C | 0 | A | 2D | A6 | 1C | 2B |
| Octal | 117 | 215 | 177 | 54 | 0 | 12 | 55 | 246 | 34 | 53 |
| Binary | 1001111 | 10001101 | 1111111 | 101100 | 0 | 1010 | 101101 | 10100110 | 11100 | 101011 |
Color Harmonies of #4F8D7F
Complementary color
Monochromatic Colors of #4F8D7F
Black with #4F8D7F
Text Example
Text Example
White with #4F8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8D7F; }
p { color: rgb(79,141,127); }
H1.HeaderClassName
{
color: #4F8D7F;
}
.AnyTagClassName
{
color: #4F8D7F;
}
</style>
background-color css
<style>
a { background-color: #4F8D7F; }
a { background-color: rgb(79,141,127); }
div.DivClassName
{
background-color: #4F8D7F;
}
.BgClassName
{
background-color: #4F8D7F;
}
</style>
border-color css
<style>
span { border-color: #4F8D7F; }
span { border-color: rgb(79,141,127); }
td.TdClassName
{
border-color: #4F8D7F;
}
.TagClassName
{
border-color: #4F8D7F;
}
</style>