#7D814F

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

Shades of Finch #7D814F

Tints of Finch #7D814F

Color information

#7D814F (or 0x7D814F) is unknown color: approx Finch. HEX triplet: 7D, 81 and 4F. RGB value is (125,129,79). Sum of RGB (Red+Green+Blue) = 125+129+79=333 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.54% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #7D814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D814F is #827EB0. Grayscale: #7A7A7A. Windows color (decimal): -8552113 or 5210493. OLE color: 5210493.

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

Color convert

RGB12512979-
CMYK0.0300.390.49
HSL64.8º24.04%40.78%-
HSV(B)64.8º38.76%50.59%-
XYZ17.7220.6310.44-
YUV122.1103.67130.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.54%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=37.54%
G=38.74%
B=23.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125129790.0300.390.4964.824.0440.78
Hex7D814F302731411829
Octal1752011173047611013051
Binary1111101100000011001111110100111110001100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,79); }

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

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

 a { background-color: rgb(125,129,79); }

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

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

 span { border-color: rgb(125,129,79); }

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