#7C864A

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

Shades of Finch #7C864A

Tints of Finch #7C864A

Color information

#7C864A (or 0x7C864A) is unknown color: approx Finch. HEX triplet: 7C, 86 and 4A. RGB value is (124,134,74). Sum of RGB (Red+Green+Blue) = 124+134+74=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #7C864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C864A is #8379B5. Grayscale: #7C7C7C. Windows color (decimal): -8616374 or 4884092. OLE color: 4884092.

HSL color Cylindrical-coordinate representation of color #7C864A: hue angle of 70º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C864A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB12413474-
CMYK0.0700.450.47
HSL70º28.85%40.78%-
HSV(B)70º44.78%52.55%-
XYZ18.0721.839.74-
YUV124.1799.69127.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=37.35%
G=40.36%
B=22.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124134740.0700.450.477028.8540.78
Hex7C864A702D2F461d29
Octal1742061127055571063551
Binary11111001000011010010101110101101101111100011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C864A; }

 p { color: rgb(124,134,74); }

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

<style>
 a { background-color: #7C864A; }

 a { background-color: rgb(124,134,74); }

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

<style>
 span { border-color: #7C864A; }

 span { border-color: rgb(124,134,74); }

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