#7C8562

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

Shades of Finch #7C8562

Tints of Finch #7C8562

Color information

#7C8562 (or 0x7C8562) is unknown color: approx Finch. HEX triplet: 7C, 85 and 62. RGB value is (124,133,98). Sum of RGB (Red+Green+Blue) = 124+133+98=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8562 is #837A9D. Grayscale: #7E7E7E. Windows color (decimal): -8616606 or 6456700. OLE color: 6456700.

HSL color Cylindrical-coordinate representation of color #7C8562: hue angle of 75.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C8562 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB12413398-
CMYK0.0700.260.48
HSL75.43º15.15%45.29%-
HSV(B)75.43º26.32%52.16%-
XYZ18.921.9414.79-
YUV126.32112.02126.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.93%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=34.93%
G=37.46%
B=27.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124133980.0700.260.4875.4315.1545.29
Hex7C8562701A304bf2d
Octal1742051427032601131755
Binary111110010000101110001011101101011000010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,133,98); }

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

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

 a { background-color: rgb(124,133,98); }

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

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

 span { border-color: rgb(124,133,98); }

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