#74844F

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

Shades of Finch #74844F

Tints of Finch #74844F

Color information

#74844F (or 0x74844F) is unknown color: approx Finch. HEX triplet: 74, 84 and 4F. RGB value is (116,132,79). Sum of RGB (Red+Green+Blue) = 116+132+79=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #74844F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74844F is #8B7BB0. Grayscale: #797979. Windows color (decimal): -9141169 or 5211252. OLE color: 5211252.

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

Color convert

RGB11613279-
CMYK0.1200.400.48
HSL78.11º25.12%41.37%-
HSV(B)78.11º40.15%51.76%-
XYZ16.8720.7810.52-
YUV121.17104.2124.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=35.47%
G=40.37%
B=24.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116132790.1200.400.4878.1125.1241.37
Hex74844FC028304e1929
Octal16420411714050601163151
Binary111010010000100100111111000101000110000100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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