#7C8450

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

Shades of Finch #7C8450

Tints of Finch #7C8450

Color information

#7C8450 (or 0x7C8450) is unknown color: approx Finch. HEX triplet: 7C, 84 and 50. RGB value is (124,132,80). Sum of RGB (Red+Green+Blue) = 124+132+80=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8450 is #837BAF. Grayscale: #7B7B7B. Windows color (decimal): -8616880 or 5276796. OLE color: 5276796.

HSL color Cylindrical-coordinate representation of color #7C8450: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C8450 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB12413280-
CMYK0.0600.390.48
HSL69.23º24.53%41.57%-
HSV(B)69.23º39.39%51.76%-
XYZ18.0121.3710.76-
YUV123.68103.35128.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=36.90%
G=39.29%
B=23.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124132800.0600.390.4869.2324.5341.57
Hex7C845060273045192a
Octal1742041206047601053152
Binary11111001000010010100001100100111110000100010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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