Shades of Lochinvar #4C9679
Tints of Lochinvar #4C9679
RGB
CMYK
RGB Variations
Color information
#4C9679 (or 0x4C9679) is known color: Lochinvar. HEX triplet: 4C, 96 and 79. RGB value is (76,150,121). Sum of RGB (Red+Green+Blue) = 76+150+121=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #4C9679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9679 is #B36986. Grayscale: #7C7C7C. Windows color (decimal): -11757959 or 7968332. OLE color: 7968332.
HSL color Cylindrical-coordinate representation of color #4C9679: hue angle of 156.49º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C9679 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 150 | 121 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.41 |
| HSL | 156.49º | 0.33% | 0.44% | - |
| HSV(B) | 156.49º | 0.49% | 0.59% | - |
| XYZ | 17.34 | 24.73 | 21.95 | - |
| YUV | 124.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 121 | 0.49 | 0 | 0.19 | 0.41 | 156.49 | 0.33 | 0.44 |
| Hex | 4C | 96 | 79 | 31 | 0 | 13 | 29 | 9C | 21 | 2C |
| Octal | 114 | 226 | 171 | 61 | 0 | 23 | 51 | 234 | 41 | 54 |
| Binary | 1001100 | 10010110 | 1111001 | 110001 | 0 | 10011 | 101001 | 10011100 | 100001 | 101100 |
Color Harmonies of #4C9679
Complementary color
Monochromatic Colors of #4C9679
Black with #4C9679
Text Example
Text Example
White with #4C9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9679; }
p { color: rgb(76,150,121); }
H1.HeaderClassName
{
color: #4C9679;
}
.AnyTagClassName
{
color: #4C9679;
}
</style>
background-color css
<style>
a { background-color: #4C9679; }
a { background-color: rgb(76,150,121); }
div.DivClassName
{
background-color: #4C9679;
}
.BgClassName
{
background-color: #4C9679;
}
</style>
border-color css
<style>
span { border-color: #4C9679; }
span { border-color: rgb(76,150,121); }
td.TdClassName
{
border-color: #4C9679;
}
.TagClassName
{
border-color: #4C9679;
}
</style>