Shades of Lochinvar #3F9079
Tints of Lochinvar #3F9079
RGB
CMYK
RGB Variations
Color information
#3F9079 (or 0x3F9079) is known color: Lochinvar. HEX triplet: 3F, 90 and 79. RGB value is (63,144,121). Sum of RGB (Red+Green+Blue) = 63+144+121=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9079 is #C06F86. Grayscale: #757575. Windows color (decimal): -12611463 or 7966783. OLE color: 7966783.
HSL color Cylindrical-coordinate representation of color #3F9079: hue angle of 162.96º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9079 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 121 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.44 |
| HSL | 162.96º | 0.39% | 0.41% | - |
| HSV(B) | 162.96º | 0.56% | 0.56% | - |
| XYZ | 15.47 | 22.38 | 21.59 | - |
| YUV | 117.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 121 | 0.56 | 0 | 0.16 | 0.44 | 162.96 | 0.39 | 0.41 |
| Hex | 3F | 90 | 79 | 38 | 0 | 10 | 2C | A3 | 27 | 29 |
| Octal | 77 | 220 | 171 | 70 | 0 | 20 | 54 | 243 | 47 | 51 |
| Binary | 111111 | 10010000 | 1111001 | 111000 | 0 | 10000 | 101100 | 10100011 | 100111 | 101001 |
Color Harmonies of #3F9079
Complementary color
Monochromatic Colors of #3F9079
Black with #3F9079
Text Example
Text Example
White with #3F9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9079; }
p { color: rgb(63,144,121); }
H1.HeaderClassName
{
color: #3F9079;
}
.AnyTagClassName
{
color: #3F9079;
}
</style>
background-color css
<style>
a { background-color: #3F9079; }
a { background-color: rgb(63,144,121); }
div.DivClassName
{
background-color: #3F9079;
}
.BgClassName
{
background-color: #3F9079;
}
</style>
border-color css
<style>
span { border-color: #3F9079; }
span { border-color: rgb(63,144,121); }
td.TdClassName
{
border-color: #3F9079;
}
.TagClassName
{
border-color: #3F9079;
}
</style>