Shades of Lochinvar #3F8979
Tints of Lochinvar #3F8979
RGB
CMYK
RGB Variations
Color information
#3F8979 (or 0x3F8979) is known color: Lochinvar. HEX triplet: 3F, 89 and 79. RGB value is (63,137,121). Sum of RGB (Red+Green+Blue) = 63+137+121=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8979 is #C07686. Grayscale: #717171. Windows color (decimal): -12613255 or 7964991. OLE color: 7964991.
HSL color Cylindrical-coordinate representation of color #3F8979: hue angle of 167.03º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8979 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 121 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.46 |
| HSL | 167.03º | 0.37% | 0.39% | - |
| HSV(B) | 167.03º | 0.54% | 0.54% | - |
| XYZ | 14.45 | 20.33 | 21.25 | - |
| YUV | 113.05 | 132.48 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 121 | 0.54 | 0 | 0.12 | 0.46 | 167.03 | 0.37 | 0.39 |
| Hex | 3F | 89 | 79 | 36 | 0 | C | 2E | A7 | 25 | 27 |
| Octal | 77 | 211 | 171 | 66 | 0 | 14 | 56 | 247 | 45 | 47 |
| Binary | 111111 | 10001001 | 1111001 | 110110 | 0 | 1100 | 101110 | 10100111 | 100101 | 100111 |
Color Harmonies of #3F8979
Complementary color
Monochromatic Colors of #3F8979
Black with #3F8979
Text Example
Text Example
White with #3F8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8979; }
p { color: rgb(63,137,121); }
H1.HeaderClassName
{
color: #3F8979;
}
.AnyTagClassName
{
color: #3F8979;
}
</style>
background-color css
<style>
a { background-color: #3F8979; }
a { background-color: rgb(63,137,121); }
div.DivClassName
{
background-color: #3F8979;
}
.BgClassName
{
background-color: #3F8979;
}
</style>
border-color css
<style>
span { border-color: #3F8979; }
span { border-color: rgb(63,137,121); }
td.TdClassName
{
border-color: #3F8979;
}
.TagClassName
{
border-color: #3F8979;
}
</style>