#7D8650

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

Shades of Finch #7D8650

Tints of Finch #7D8650

Color information

#7D8650 (or 0x7D8650) is unknown color: approx Finch. HEX triplet: 7D, 86 and 50. RGB value is (125,134,80). Sum of RGB (Red+Green+Blue) = 125+134+80=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8650 is #8279AF. Grayscale: #7D7D7D. Windows color (decimal): -8550832 or 5277309. OLE color: 5277309.

HSL color Cylindrical-coordinate representation of color #7D8650: hue angle of 70º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8650 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12513480-
CMYK0.0700.400.47
HSL70º25.23%41.96%-
HSV(B)70º40.3%52.55%-
XYZ18.4321.9910.86-
YUV125.15102.52127.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.87%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=36.87%
G=39.53%
B=23.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125134800.0700.400.477025.2341.96
Hex7D865070282F46192a
Octal1752061207050571063152
Binary11111011000011010100001110101000101111100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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