#4F8E79

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

Shades of Lochinvar #4F8E79

Tints of Lochinvar #4F8E79

Color information

#4F8E79 (or 0x4F8E79) is unknown color: approx Lochinvar. HEX triplet: 4F, 8E and 79. RGB value is (79,142,121). Sum of RGB (Red+Green+Blue) = 79+142+121=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8E79 is #B07186. Grayscale: #787878. Windows color (decimal): -11563399 or 7966287. OLE color: 7966287.

HSL color Cylindrical-coordinate representation of color #4F8E79: hue angle of 160º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F8E79 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB79142121-
CMYK0.4400.150.44
HSL160º28.51%43.33%-
HSV(B)160º44.37%55.69%-
XYZ16.3522.3921.55-
YUV120.77128.1398.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 121 (47.66% from 255) = 35.38%
R=23.10%
G=41.52%
B=35.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791421210.4400.150.4416028.5143.33
Hex4F8E792C0F2Ca01d2b
Octal11721617154017542403553
Binary1001111100011101111001101100011111011001010000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,121); }

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

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

 a { background-color: rgb(79,142,121); }

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

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

 span { border-color: rgb(79,142,121); }

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