#4F9680

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

Shades of Lochinvar #4F9680

Tints of Lochinvar #4F9680

Color information

#4F9680 (or 0x4F9680) is unknown color: approx Lochinvar. HEX triplet: 4F, 96 and 80. RGB value is (79,150,128). Sum of RGB (Red+Green+Blue) = 79+150+128=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9680 is #B0697F. Grayscale: #7E7E7E. Windows color (decimal): -11561344 or 8427087. OLE color: 8427087.

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

Color convert

RGB79150128-
CMYK0.4700.150.41
HSL161.41º31%44.9%-
HSV(B)161.41º47.33%58.82%-
XYZ18.0325.0324.3-
YUV126.26128.9894.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=22.13%
G=42.02%
B=35.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791501280.4700.150.41161.413144.9
Hex4F96802F0F29a11f2d
Octal11722620057017512413755
Binary10011111001011010000000101111011111010011010000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,150,128); }

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

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

 a { background-color: rgb(79,150,128); }

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

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

 span { border-color: rgb(79,150,128); }

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