Shades of Lochinvar #4C997D
Tints of Lochinvar #4C997D
RGB
CMYK
RGB Variations
Color information
#4C997D (or 0x4C997D) is known color: Lochinvar. HEX triplet: 4C, 99 and 7D. RGB value is (76,153,125). Sum of RGB (Red+Green+Blue) = 76+153+125=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #4C997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C997D is #B36682. Grayscale: #7E7E7E. Windows color (decimal): -11757187 or 8231244. OLE color: 8231244.
HSL color Cylindrical-coordinate representation of color #4C997D: hue angle of 158.18º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C997D is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 153 | 125 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.4 |
| HSL | 158.18º | 0.34% | 0.45% | - |
| HSV(B) | 158.18º | 0.5% | 0.6% | - |
| XYZ | 18.07 | 25.8 | 23.43 | - |
| YUV | 126.79 | 126.99 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 125 | 0.50 | 0 | 0.18 | 0.4 | 158.18 | 0.34 | 0.45 |
| Hex | 4C | 99 | 7D | 32 | 0 | 12 | 28 | 9E | 22 | 2D |
| Octal | 114 | 231 | 175 | 62 | 0 | 22 | 50 | 236 | 42 | 55 |
| Binary | 1001100 | 10011001 | 1111101 | 110010 | 0 | 10010 | 101000 | 10011110 | 100010 | 101101 |
Color Harmonies of #4C997D
Complementary color
Monochromatic Colors of #4C997D
Black with #4C997D
Text Example
Text Example
White with #4C997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C997D; }
p { color: rgb(76,153,125); }
H1.HeaderClassName
{
color: #4C997D;
}
.AnyTagClassName
{
color: #4C997D;
}
</style>
background-color css
<style>
a { background-color: #4C997D; }
a { background-color: rgb(76,153,125); }
div.DivClassName
{
background-color: #4C997D;
}
.BgClassName
{
background-color: #4C997D;
}
</style>
border-color css
<style>
span { border-color: #4C997D; }
span { border-color: rgb(76,153,125); }
td.TdClassName
{
border-color: #4C997D;
}
.TagClassName
{
border-color: #4C997D;
}
</style>