Shades of Lochinvar #4E917D
Tints of Lochinvar #4E917D
RGB
CMYK
RGB Variations
Color information
#4E917D (or 0x4E917D) is known color: Lochinvar. HEX triplet: 4E, 91 and 7D. RGB value is (78,145,125). Sum of RGB (Red+Green+Blue) = 78+145+125=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #4E917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E917D is #B16E82. Grayscale: #7A7A7A. Windows color (decimal): -11628163 or 8229198. OLE color: 8229198.
HSL color Cylindrical-coordinate representation of color #4E917D: hue angle of 162.09º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E917D is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 125 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.43 |
| HSL | 162.09º | 0.3% | 0.44% | - |
| HSV(B) | 162.09º | 0.46% | 0.57% | - |
| XYZ | 16.97 | 23.35 | 23.01 | - |
| YUV | 122.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 125 | 0.46 | 0 | 0.14 | 0.43 | 162.09 | 0.3 | 0.44 |
| Hex | 4E | 91 | 7D | 2E | 0 | E | 2B | A2 | 1E | 2C |
| Octal | 116 | 221 | 175 | 56 | 0 | 16 | 53 | 242 | 36 | 54 |
| Binary | 1001110 | 10010001 | 1111101 | 101110 | 0 | 1110 | 101011 | 10100010 | 11110 | 101100 |
Color Harmonies of #4E917D
Complementary color
Monochromatic Colors of #4E917D
Black with #4E917D
Text Example
Text Example
White with #4E917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E917D; }
p { color: rgb(78,145,125); }
H1.HeaderClassName
{
color: #4E917D;
}
.AnyTagClassName
{
color: #4E917D;
}
</style>
background-color css
<style>
a { background-color: #4E917D; }
a { background-color: rgb(78,145,125); }
div.DivClassName
{
background-color: #4E917D;
}
.BgClassName
{
background-color: #4E917D;
}
</style>
border-color css
<style>
span { border-color: #4E917D; }
span { border-color: rgb(78,145,125); }
td.TdClassName
{
border-color: #4E917D;
}
.TagClassName
{
border-color: #4E917D;
}
</style>