Shades of Lochinvar #3C867D
Tints of Lochinvar #3C867D
RGB
CMYK
RGB Variations
Color information
#3C867D (or 0x3C867D) is known color: Lochinvar. HEX triplet: 3C, 86 and 7D. RGB value is (60,134,125). Sum of RGB (Red+Green+Blue) = 60+134+125=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #3C867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C867D is #C37982. Grayscale: #6E6E6E. Windows color (decimal): -12810627 or 8226364. OLE color: 8226364.
HSL color Cylindrical-coordinate representation of color #3C867D: hue angle of 172.7º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C867D is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 60 | 134 | 125 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.47 |
| HSL | 172.7º | 0.38% | 0.38% | - |
| HSV(B) | 172.7º | 0.55% | 0.53% | - |
| XYZ | 14.09 | 19.49 | 22.42 | - |
| YUV | 110.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 125 | 0.55 | 0 | 0.07 | 0.47 | 172.7 | 0.38 | 0.38 |
| Hex | 3C | 86 | 7D | 37 | 0 | 7 | 2F | AD | 26 | 26 |
| Octal | 74 | 206 | 175 | 67 | 0 | 7 | 57 | 255 | 46 | 46 |
| Binary | 111100 | 10000110 | 1111101 | 110111 | 0 | 111 | 101111 | 10101101 | 100110 | 100110 |
Color Harmonies of #3C867D
Complementary color
Monochromatic Colors of #3C867D
Black with #3C867D
Text Example
Text Example
White with #3C867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C867D; }
p { color: rgb(60,134,125); }
H1.HeaderClassName
{
color: #3C867D;
}
.AnyTagClassName
{
color: #3C867D;
}
</style>
background-color css
<style>
a { background-color: #3C867D; }
a { background-color: rgb(60,134,125); }
div.DivClassName
{
background-color: #3C867D;
}
.BgClassName
{
background-color: #3C867D;
}
</style>
border-color css
<style>
span { border-color: #3C867D; }
span { border-color: rgb(60,134,125); }
td.TdClassName
{
border-color: #3C867D;
}
.TagClassName
{
border-color: #3C867D;
}
</style>