#71804A

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

Shades of Finch #71804A

Tints of Finch #71804A

Color information

#71804A (or 0x71804A) is unknown color: approx Finch. HEX triplet: 71, 80 and 4A. RGB value is (113,128,74). Sum of RGB (Red+Green+Blue) = 113+128+74=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #71804A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71804A is #8E7FB5. Grayscale: #757575. Windows color (decimal): -9338806 or 4882545. OLE color: 4882545.

HSL color Cylindrical-coordinate representation of color #71804A: hue angle of 76.67º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71804A is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB11312874-
CMYK0.1200.420.50
HSL76.67º26.73%39.61%-
HSV(B)76.67º42.19%50.2%-
XYZ15.7719.449.4-
YUV117.36103.53124.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=35.87%
G=40.63%
B=23.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128740.1200.420.5076.6726.7339.61
Hex71804AC02A324d1b28
Octal16120011214052621153350
Binary111000110000000100101011000101010110010100110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71804A; }

 p { color: rgb(113,128,74); }

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

<style>
 a { background-color: #71804A; }

 a { background-color: rgb(113,128,74); }

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

<style>
 span { border-color: #71804A; }

 span { border-color: rgb(113,128,74); }

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