#7C8449

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

Shades of Finch #7C8449

Tints of Finch #7C8449

Color information

#7C8449 (or 0x7C8449) is unknown color: approx Finch. HEX triplet: 7C, 84 and 49. RGB value is (124,132,73). Sum of RGB (Red+Green+Blue) = 124+132+73=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8449 is #837BB6. Grayscale: #7B7B7B. Windows color (decimal): -8616887 or 4818044. OLE color: 4818044.

HSL color Cylindrical-coordinate representation of color #7C8449: hue angle of 68.14º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C8449 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB12413273-
CMYK0.0600.450.48
HSL68.14º28.78%40.2%-
HSV(B)68.14º44.7%51.76%-
XYZ17.7721.279.47-
YUV122.8899.85128.8-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 132 (51.95% from 255) = 40.12%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=37.69%
G=40.12%
B=22.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124132730.0600.450.4868.1428.7840.2
Hex7C8449602D30441d28
Octal1742041116055601043550
Binary11111001000010010010011100101101110000100010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,132,73); }

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

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

 a { background-color: rgb(124,132,73); }

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

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

 span { border-color: rgb(124,132,73); }

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