#4F877F

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

Shades of Lochinvar #4F877F

Tints of Lochinvar #4F877F

Color information

#4F877F (or 0x4F877F) is unknown color: approx Lochinvar. HEX triplet: 4F, 87 and 7F. RGB value is (79,135,127). Sum of RGB (Red+Green+Blue) = 79+135+127=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #4F877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F877F is #B07880. Grayscale: #757575. Windows color (decimal): -11565185 or 8357711. OLE color: 8357711.

HSL color Cylindrical-coordinate representation of color #4F877F: hue angle of 171.43º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F877F is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB79135127-
CMYK0.4100.060.47
HSL171.43º26.17%41.96%-
HSV(B)171.43º41.48%52.94%-
XYZ15.7220.5223.21-
YUV117.34133.45100.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 127 (50% from 255) = 37.24%
R=23.17%
G=39.59%
B=37.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal791351270.4100.060.47171.4326.1741.96
Hex4F877F29062Fab1a2a
Octal1172071775106572533252
Binary100111110000111111111110100101101011111010101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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