#7C8248

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

Shades of Finch #7C8248

Tints of Finch #7C8248

Color information

#7C8248 (or 0x7C8248) is unknown color: approx Finch. HEX triplet: 7C, 82 and 48. RGB value is (124,130,72). Sum of RGB (Red+Green+Blue) = 124+130+72=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8248 is #837DB7. Grayscale: #797979. Windows color (decimal): -8617400 or 4751996. OLE color: 4751996.

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

Color convert

RGB12413072-
CMYK0.0500.450.49
HSL66.21º28.71%39.61%-
HSV(B)66.21º44.62%50.98%-
XYZ17.4620.729.21-
YUV121.59100.01129.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.04%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=38.04%
G=39.88%
B=22.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124130720.0500.450.4966.2128.7139.61
Hex7C8248502D31421d28
Octal1742021105055611023550
Binary11111001000001010010001010101101110001100001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,130,72); }

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

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

 a { background-color: rgb(124,130,72); }

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

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

 span { border-color: rgb(124,130,72); }

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