#7D8247

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

Shades of Finch #7D8247

Tints of Finch #7D8247

Color information

#7D8247 (or 0x7D8247) is unknown color: approx Finch. HEX triplet: 7D, 82 and 47. RGB value is (125,130,71). Sum of RGB (Red+Green+Blue) = 125+130+71=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8247 is #827DB8. Grayscale: #7A7A7A. Windows color (decimal): -8551865 or 4686461. OLE color: 4686461.

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

Color convert

RGB12513071-
CMYK0.0400.450.49
HSL65.08º29.35%39.41%-
HSV(B)65.08º45.38%50.98%-
XYZ17.5820.789.05-
YUV121.7899.34130.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.34%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=38.34%
G=39.88%
B=21.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125130710.0400.450.4965.0829.3539.41
Hex7D8247402D31411d27
Octal1752021074055611013547
Binary11111011000001010001111000101101110001100000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,71); }

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

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

 a { background-color: rgb(125,130,71); }

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

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

 span { border-color: rgb(125,130,71); }

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