Shades of Lochinvar #3F897F
Tints of Lochinvar #3F897F
RGB
CMYK
RGB Variations
Color information
#3F897F (or 0x3F897F) is known color: Lochinvar. HEX triplet: 3F, 89 and 7F. RGB value is (63,137,127). Sum of RGB (Red+Green+Blue) = 63+137+127=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #3F897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F897F is #C07680. Grayscale: #717171. Windows color (decimal): -12613249 or 8358207. OLE color: 8358207.
HSL color Cylindrical-coordinate representation of color #3F897F: hue angle of 171.89º 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 #3F897F is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 137 | 127 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.46 |
| HSL | 171.89º | 0.37% | 0.39% | - |
| HSV(B) | 171.89º | 0.54% | 0.54% | - |
| XYZ | 14.83 | 20.48 | 23.25 | - |
| YUV | 113.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 127 | 0.54 | 0 | 0.07 | 0.46 | 171.89 | 0.37 | 0.39 |
| Hex | 3F | 89 | 7F | 36 | 0 | 7 | 2E | AC | 25 | 27 |
| Octal | 77 | 211 | 177 | 66 | 0 | 7 | 56 | 254 | 45 | 47 |
| Binary | 111111 | 10001001 | 1111111 | 110110 | 0 | 111 | 101110 | 10101100 | 100101 | 100111 |
Color Harmonies of #3F897F
Complementary color
Monochromatic Colors of #3F897F
Black with #3F897F
Text Example
Text Example
White with #3F897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F897F; }
p { color: rgb(63,137,127); }
H1.HeaderClassName
{
color: #3F897F;
}
.AnyTagClassName
{
color: #3F897F;
}
</style>
background-color css
<style>
a { background-color: #3F897F; }
a { background-color: rgb(63,137,127); }
div.DivClassName
{
background-color: #3F897F;
}
.BgClassName
{
background-color: #3F897F;
}
</style>
border-color css
<style>
span { border-color: #3F897F; }
span { border-color: rgb(63,137,127); }
td.TdClassName
{
border-color: #3F897F;
}
.TagClassName
{
border-color: #3F897F;
}
</style>