#4F987F

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

Shades of Lochinvar #4F987F

Tints of Lochinvar #4F987F

Color information

#4F987F (or 0x4F987F) is unknown color: approx Lochinvar. HEX triplet: 4F, 98 and 7F. RGB value is (79,152,127). Sum of RGB (Red+Green+Blue) = 79+152+127=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #4F987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F987F is #B06780. Grayscale: #7F7F7F. Windows color (decimal): -11560833 or 8362063. OLE color: 8362063.

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

Color convert

RGB79152127-
CMYK0.4800.160.40
HSL159.45º31.6%45.29%-
HSV(B)159.45º48.03%59.61%-
XYZ18.2825.6524.07-
YUV127.32127.8293.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 127 (50% from 255) = 35.47%
R=22.07%
G=42.46%
B=35.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791521270.4800.160.40159.4531.645.29
Hex4F987F30010289f202d
Octal11723017760020502374055
Binary100111110011000111111111000001000010100010011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,152,127); }

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

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

 a { background-color: rgb(79,152,127); }

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

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

 span { border-color: rgb(79,152,127); }

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