Shades of Lochinvar #4C9078
Tints of Lochinvar #4C9078
RGB
CMYK
RGB Variations
Color information
#4C9078 (or 0x4C9078) is known color: Lochinvar. HEX triplet: 4C, 90 and 78. RGB value is (76,144,120). Sum of RGB (Red+Green+Blue) = 76+144+120=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9078 is #B36F87. Grayscale: #787878. Windows color (decimal): -11759496 or 7901260. OLE color: 7901260.
HSL color Cylindrical-coordinate representation of color #4C9078: hue angle of 158.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C9078 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 120 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.44 |
| HSL | 158.82º | 0.31% | 0.43% | - |
| HSV(B) | 158.82º | 0.47% | 0.56% | - |
| XYZ | 16.34 | 22.84 | 21.32 | - |
| YUV | 120.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 120 | 0.47 | 0 | 0.17 | 0.44 | 158.82 | 0.31 | 0.43 |
| Hex | 4C | 90 | 78 | 2F | 0 | 11 | 2C | 9F | 1F | 2B |
| Octal | 114 | 220 | 170 | 57 | 0 | 21 | 54 | 237 | 37 | 53 |
| Binary | 1001100 | 10010000 | 1111000 | 101111 | 0 | 10001 | 101100 | 10011111 | 11111 | 101011 |
Color Harmonies of #4C9078
Complementary color
Monochromatic Colors of #4C9078
Black with #4C9078
Text Example
Text Example
White with #4C9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9078; }
p { color: rgb(76,144,120); }
H1.HeaderClassName
{
color: #4C9078;
}
.AnyTagClassName
{
color: #4C9078;
}
</style>
background-color css
<style>
a { background-color: #4C9078; }
a { background-color: rgb(76,144,120); }
div.DivClassName
{
background-color: #4C9078;
}
.BgClassName
{
background-color: #4C9078;
}
</style>
border-color css
<style>
span { border-color: #4C9078; }
span { border-color: rgb(76,144,120); }
td.TdClassName
{
border-color: #4C9078;
}
.TagClassName
{
border-color: #4C9078;
}
</style>