#808A57

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

Shades of Finch #808A57

Tints of Finch #808A57

Color information

#808A57 (or 0x808A57) is unknown color: approx Finch. HEX triplet: 80, 8A and 57. RGB value is (128,138,87). Sum of RGB (Red+Green+Blue) = 128+138+87=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #808A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A57 is #7F75A8. Grayscale: #818181. Windows color (decimal): -8353193 or 5737088. OLE color: 5737088.

HSL color Cylindrical-coordinate representation of color #808A57: hue angle of 71.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808A57 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB12813887-
CMYK0.0700.370.46
HSL71.76º22.67%44.12%-
HSV(B)71.76º36.96%54.12%-
XYZ19.7123.4512.51-
YUV129.2104.19127.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=36.26%
G=39.09%
B=24.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128138870.0700.370.4671.7622.6744.12
Hex808A5770252E48172c
Octal2002121277045561102754
Binary100000001000101010101111110100101101110100100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808A57; }

 p { color: rgb(128,138,87); }

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

<style>
 a { background-color: #808A57; }

 a { background-color: rgb(128,138,87); }

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

<style>
 span { border-color: #808A57; }

 span { border-color: rgb(128,138,87); }

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