Shades of Lochinvar #4D9078
Tints of Lochinvar #4D9078
RGB
CMYK
RGB Variations
Color information
#4D9078 (or 0x4D9078) is known color: Lochinvar. HEX triplet: 4D, 90 and 78. RGB value is (77,144,120). Sum of RGB (Red+Green+Blue) = 77+144+120=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #4D9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9078 is #B26F87. Grayscale: #797979. Windows color (decimal): -11693960 or 7901261. OLE color: 7901261.
HSL color Cylindrical-coordinate representation of color #4D9078: hue angle of 158.51º degrees, saturation: 0.3, 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 #4D9078 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 144 | 120 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.44 |
| HSL | 158.51º | 0.3% | 0.43% | - |
| HSV(B) | 158.51º | 0.47% | 0.56% | - |
| XYZ | 16.42 | 22.88 | 21.32 | - |
| YUV | 121.23 | 127.3 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 120 | 0.47 | 0 | 0.17 | 0.44 | 158.51 | 0.3 | 0.43 |
| Hex | 4D | 90 | 78 | 2F | 0 | 11 | 2C | 9F | 1E | 2B |
| Octal | 115 | 220 | 170 | 57 | 0 | 21 | 54 | 237 | 36 | 53 |
| Binary | 1001101 | 10010000 | 1111000 | 101111 | 0 | 10001 | 101100 | 10011111 | 11110 | 101011 |
Color Harmonies of #4D9078
Complementary color
Monochromatic Colors of #4D9078
Black with #4D9078
Text Example
Text Example
White with #4D9078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9078; }
p { color: rgb(77,144,120); }
H1.HeaderClassName
{
color: #4D9078;
}
.AnyTagClassName
{
color: #4D9078;
}
</style>
background-color css
<style>
a { background-color: #4D9078; }
a { background-color: rgb(77,144,120); }
div.DivClassName
{
background-color: #4D9078;
}
.BgClassName
{
background-color: #4D9078;
}
</style>
border-color css
<style>
span { border-color: #4D9078; }
span { border-color: rgb(77,144,120); }
td.TdClassName
{
border-color: #4D9078;
}
.TagClassName
{
border-color: #4D9078;
}
</style>