Shades of Lochinvar #3F8D79
Tints of Lochinvar #3F8D79
RGB
CMYK
RGB Variations
Color information
#3F8D79 (or 0x3F8D79) is known color: Lochinvar. HEX triplet: 3F, 8D and 79. RGB value is (63,141,121). Sum of RGB (Red+Green+Blue) = 63+141+121=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D79 is #C07286. Grayscale: #737373. Windows color (decimal): -12612231 or 7966015. OLE color: 7966015.
HSL color Cylindrical-coordinate representation of color #3F8D79: hue angle of 164.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8D79 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 121 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.45 |
| HSL | 164.62º | 0.38% | 0.4% | - |
| HSV(B) | 164.62º | 0.55% | 0.55% | - |
| XYZ | 15.03 | 21.49 | 21.44 | - |
| YUV | 115.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 121 | 0.55 | 0 | 0.14 | 0.45 | 164.62 | 0.38 | 0.4 |
| Hex | 3F | 8D | 79 | 37 | 0 | E | 2D | A5 | 26 | 28 |
| Octal | 77 | 215 | 171 | 67 | 0 | 16 | 55 | 245 | 46 | 50 |
| Binary | 111111 | 10001101 | 1111001 | 110111 | 0 | 1110 | 101101 | 10100101 | 100110 | 101000 |
Color Harmonies of #3F8D79
Complementary color
Monochromatic Colors of #3F8D79
Black with #3F8D79
Text Example
Text Example
White with #3F8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D79; }
p { color: rgb(63,141,121); }
H1.HeaderClassName
{
color: #3F8D79;
}
.AnyTagClassName
{
color: #3F8D79;
}
</style>
background-color css
<style>
a { background-color: #3F8D79; }
a { background-color: rgb(63,141,121); }
div.DivClassName
{
background-color: #3F8D79;
}
.BgClassName
{
background-color: #3F8D79;
}
</style>
border-color css
<style>
span { border-color: #3F8D79; }
span { border-color: rgb(63,141,121); }
td.TdClassName
{
border-color: #3F8D79;
}
.TagClassName
{
border-color: #3F8D79;
}
</style>