#74834F

Color #74834F Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #74834F

Tints of Finch #74834F

Color information

#74834F (or 0x74834F) is unknown color: approx Finch. HEX triplet: 74, 83 and 4F. RGB value is (116,131,79). Sum of RGB (Red+Green+Blue) = 116+131+79=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #74834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74834F is #8B7CB0. Grayscale: #787878. Windows color (decimal): -9141425 or 5210996. OLE color: 5210996.

HSL color Cylindrical-coordinate representation of color #74834F: hue angle of 77.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74834F is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11613179-
CMYK0.1100.400.49
HSL77.31º24.76%41.18%-
HSV(B)77.31º39.69%51.37%-
XYZ16.7320.5110.47-
YUV120.59104.53124.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=35.58%
G=40.18%
B=24.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131790.1100.400.4977.3124.7641.18
Hex74834FB028314d1929
Octal16420311713050611153151
Binary111010010000011100111110110101000110001100110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74834F; }

 p { color: rgb(116,131,79); }

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

<style>
 a { background-color: #74834F; }

 a { background-color: rgb(116,131,79); }

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

<style>
 span { border-color: #74834F; }

 span { border-color: rgb(116,131,79); }

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