#7E854B

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

Shades of Finch #7E854B

Tints of Finch #7E854B

Color information

#7E854B (or 0x7E854B) is unknown color: approx Finch. HEX triplet: 7E, 85 and 4B. RGB value is (126,133,75). Sum of RGB (Red+Green+Blue) = 126+133+75=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #7E854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E854B is #817AB4. Grayscale: #7C7C7C. Windows color (decimal): -8485557 or 4949374. OLE color: 4949374.

HSL color Cylindrical-coordinate representation of color #7E854B: hue angle of 67.24º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E854B is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB12613375-
CMYK0.0500.440.48
HSL67.24º27.88%40.78%-
HSV(B)67.24º43.61%52.16%-
XYZ18.2621.729.89-
YUV124.3100.18129.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.72%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=37.72%
G=39.82%
B=22.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126133750.0500.440.4867.2427.8840.78
Hex7E854B502C30431c29
Octal1762051135054601033451
Binary11111101000010110010111010101100110000100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,75); }

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

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

 a { background-color: rgb(126,133,75); }

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

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

 span { border-color: rgb(126,133,75); }

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