#808950

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

Shades of Finch #808950

Tints of Finch #808950

Color information

#808950 (or 0x808950) is unknown color: approx Finch. HEX triplet: 80, 89 and 50. RGB value is (128,137,80). Sum of RGB (Red+Green+Blue) = 128+137+80=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #808950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808950 is #7F76AF. Grayscale: #808080. Windows color (decimal): -8353456 or 5278080. OLE color: 5278080.

HSL color Cylindrical-coordinate representation of color #808950: hue angle of 69.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808950 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB12813780-
CMYK0.0700.420.46
HSL69.47º26.27%42.55%-
HSV(B)69.47º41.61%53.73%-
XYZ19.323.0611.02-
YUV127.81101.02128.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=37.10%
G=39.71%
B=23.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137800.0700.420.4669.4726.2742.55
Hex808950702A2E451a2b
Octal2002111207052561053253
Binary100000001000100110100001110101010101110100010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808950; }

 p { color: rgb(128,137,80); }

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

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

 a { background-color: rgb(128,137,80); }

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

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

 span { border-color: rgb(128,137,80); }

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