#7D8658

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

Shades of Finch #7D8658

Tints of Finch #7D8658

Color information

#7D8658 (or 0x7D8658) is unknown color: approx Finch. HEX triplet: 7D, 86 and 58. RGB value is (125,134,88). Sum of RGB (Red+Green+Blue) = 125+134+88=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8658 is #8279A7. Grayscale: #7E7E7E. Windows color (decimal): -8550824 or 5801597. OLE color: 5801597.

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

Color convert

RGB12513488-
CMYK0.0700.340.47
HSL71.74º20.72%43.53%-
HSV(B)71.74º34.33%52.55%-
XYZ18.7422.1112.51-
YUV126.06106.52127.24-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=36.02%
G=38.62%
B=25.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125134880.0700.340.4771.7420.7243.53
Hex7D865870222F48152c
Octal1752061307042571102554
Binary11111011000011010110001110100010101111100100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,88); }

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

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

 a { background-color: rgb(125,134,88); }

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

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

 span { border-color: rgb(125,134,88); }

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