Shades of Lochinvar #4C997F
Tints of Lochinvar #4C997F
RGB
CMYK
RGB Variations
Color information
#4C997F (or 0x4C997F) is known color: Lochinvar. HEX triplet: 4C, 99 and 7F. RGB value is (76,153,127). Sum of RGB (Red+Green+Blue) = 76+153+127=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #4C997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C997F is #B36680. Grayscale: #7F7F7F. Windows color (decimal): -11757185 or 8362316. OLE color: 8362316.
HSL color Cylindrical-coordinate representation of color #4C997F: hue angle of 159.74º 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 #4C997F is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 153 | 127 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.4 |
| HSL | 159.74º | 0.34% | 0.45% | - |
| HSV(B) | 159.74º | 0.5% | 0.6% | - |
| XYZ | 18.2 | 25.85 | 24.11 | - |
| YUV | 127.01 | 127.99 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 127 | 0.50 | 0 | 0.17 | 0.4 | 159.74 | 0.34 | 0.45 |
| Hex | 4C | 99 | 7F | 32 | 0 | 11 | 28 | A0 | 22 | 2D |
| Octal | 114 | 231 | 177 | 62 | 0 | 21 | 50 | 240 | 42 | 55 |
| Binary | 1001100 | 10011001 | 1111111 | 110010 | 0 | 10001 | 101000 | 10100000 | 100010 | 101101 |
Color Harmonies of #4C997F
Complementary color
Monochromatic Colors of #4C997F
Black with #4C997F
Text Example
Text Example
White with #4C997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C997F; }
p { color: rgb(76,153,127); }
H1.HeaderClassName
{
color: #4C997F;
}
.AnyTagClassName
{
color: #4C997F;
}
</style>
background-color css
<style>
a { background-color: #4C997F; }
a { background-color: rgb(76,153,127); }
div.DivClassName
{
background-color: #4C997F;
}
.BgClassName
{
background-color: #4C997F;
}
</style>
border-color css
<style>
span { border-color: #4C997F; }
span { border-color: rgb(76,153,127); }
td.TdClassName
{
border-color: #4C997F;
}
.TagClassName
{
border-color: #4C997F;
}
</style>