#4E967F

Color #4E967F Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4E967F

Tints of Lochinvar #4E967F

Color information

#4E967F (or 0x4E967F) is unknown color: approx Lochinvar. HEX triplet: 4E, 96 and 7F. RGB value is (78,150,127). Sum of RGB (Red+Green+Blue) = 78+150+127=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #4E967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E967F is #B16980. Grayscale: #7D7D7D. Windows color (decimal): -11626881 or 8361550. OLE color: 8361550.

HSL color Cylindrical-coordinate representation of color #4E967F: hue angle of 160.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E967F is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB78150127-
CMYK0.4800.150.41
HSL160.83º31.58%44.71%-
HSV(B)160.83º48%58.82%-
XYZ17.8824.9623.96-
YUV125.85128.6593.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 127 (50% from 255) = 35.77%
R=21.97%
G=42.25%
B=35.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781501270.4800.150.41160.8331.5844.71
Hex4E967F300F29a1202d
Octal11622617760017512414055
Binary10011101001011011111111100000111110100110100001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E967F; }

 p { color: rgb(78,150,127); }

 H1.HeaderClassName
 {
   color: #4E967F;
 }
 .AnyTagClassName
 {
   color: #4E967F;
 }
</style>
background-color css

<style>
 a { background-color: #4E967F; }

 a { background-color: rgb(78,150,127); }

 div.DivClassName
 {
   background-color: #4E967F;
 }
 .BgClassName
 {
   background-color: #4E967F;
 }
</style>
border-color css

<style>
 span { border-color: #4E967F; }

 span { border-color: rgb(78,150,127); }

 td.TdClassName
 {
   border-color: #4E967F;
 }
 .TagClassName
 {
   border-color: #4E967F;
 }
</style>