#7C8151

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

Shades of Finch #7C8151

Tints of Finch #7C8151

Color information

#7C8151 (or 0x7C8151) is unknown color: approx Finch. HEX triplet: 7C, 81 and 51. RGB value is (124,129,81). Sum of RGB (Red+Green+Blue) = 124+129+81=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8151 is #837EAE. Grayscale: #7A7A7A. Windows color (decimal): -8617647 or 5341564. OLE color: 5341564.

HSL color Cylindrical-coordinate representation of color #7C8151: hue angle of 66.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C8151 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB12412981-
CMYK0.0400.370.49
HSL66.25º22.86%41.18%-
HSV(B)66.25º37.21%50.59%-
XYZ17.6520.5810.83-
YUV122.03104.84129.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 81 (32.03% from 255) = 24.25%
R=37.13%
G=38.62%
B=24.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal124129810.0400.370.4966.2522.8641.18
Hex7C8151402531421729
Octal1742011214045611022751
Binary11111001000000110100011000100101110001100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,129,81); }

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

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

 a { background-color: rgb(124,129,81); }

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

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

 span { border-color: rgb(124,129,81); }

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