#4F8F79

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

Shades of Lochinvar #4F8F79

Tints of Lochinvar #4F8F79

Color information

#4F8F79 (or 0x4F8F79) is unknown color: approx Lochinvar. HEX triplet: 4F, 8F and 79. RGB value is (79,143,121). Sum of RGB (Red+Green+Blue) = 79+143+121=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #4F8F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8F79 is #B07086. Grayscale: #797979. Windows color (decimal): -11563143 or 7966543. OLE color: 7966543.

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

Color convert

RGB79143121-
CMYK0.4500.150.44
HSL159.38º28.83%43.53%-
HSV(B)159.38º44.76%56.08%-
XYZ16.522.6921.6-
YUV121.36127.897.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=23.03%
G=41.69%
B=35.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791431210.4500.150.44159.3828.8343.53
Hex4F8F792D0F2C9f1d2c
Octal11721717155017542373554
Binary1001111100011111111001101101011111011001001111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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