#7C8650

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

Shades of Finch #7C8650

Tints of Finch #7C8650

Color information

#7C8650 (or 0x7C8650) is unknown color: approx Finch. HEX triplet: 7C, 86 and 50. RGB value is (124,134,80). Sum of RGB (Red+Green+Blue) = 124+134+80=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8650 is #8379AF. Grayscale: #7D7D7D. Windows color (decimal): -8616368 or 5277308. OLE color: 5277308.

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

Color convert

RGB12413480-
CMYK0.0700.400.47
HSL71.11º25.23%41.96%-
HSV(B)71.11º40.3%52.55%-
XYZ18.2921.9110.86-
YUV124.85102.69127.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=36.69%
G=39.64%
B=23.67%

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
Decimal124134800.0700.400.4771.1125.2341.96
Hex7C865070282F47192a
Octal1742061207050571073152
Binary11111001000011010100001110101000101111100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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