#7C8549

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

Shades of Finch #7C8549

Tints of Finch #7C8549

Color information

#7C8549 (or 0x7C8549) is unknown color: approx Finch. HEX triplet: 7C, 85 and 49. RGB value is (124,133,73). Sum of RGB (Red+Green+Blue) = 124+133+73=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8549 is #837AB6. Grayscale: #7B7B7B. Windows color (decimal): -8616631 or 4818300. OLE color: 4818300.

HSL color Cylindrical-coordinate representation of color #7C8549: hue angle of 69º 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 #7C8549 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB12413373-
CMYK0.0700.450.48
HSL69º29.13%40.39%-
HSV(B)69º45.11%52.16%-
XYZ17.921.549.52-
YUV123.4799.52128.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=37.58%
G=40.30%
B=22.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133730.0700.450.486929.1340.39
Hex7C8549702D30451d28
Octal1742051117055601053550
Binary11111001000010110010011110101101110000100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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