#7E8A55

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

Shades of Finch #7E8A55

Tints of Finch #7E8A55

Color information

#7E8A55 (or 0x7E8A55) is unknown color: approx Finch. HEX triplet: 7E, 8A and 55. RGB value is (126,138,85). Sum of RGB (Red+Green+Blue) = 126+138+85=349 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.10% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A55 is #8175AA. Grayscale: #808080. Windows color (decimal): -8484267 or 5606014. OLE color: 5606014.

HSL color Cylindrical-coordinate representation of color #7E8A55: hue angle of 73.58º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8A55 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB12613885-
CMYK0.0900.380.46
HSL73.58º23.77%43.73%-
HSV(B)73.58º38.41%54.12%-
XYZ19.3323.2712.07-
YUV128.37103.52126.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.10%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=36.10%
G=39.54%
B=24.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126138850.0900.380.4673.5823.7743.73
Hex7E8A5590262E4a182c
Octal17621212511046561123054
Binary111111010001010101010110010100110101110100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,138,85); }

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

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

 a { background-color: rgb(126,138,85); }

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

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

 span { border-color: rgb(126,138,85); }

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