#808750

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

Shades of Finch #808750

Tints of Finch #808750

Color information

#808750 (or 0x808750) is unknown color: approx Finch. HEX triplet: 80, 87 and 50. RGB value is (128,135,80). Sum of RGB (Red+Green+Blue) = 128+135+80=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #808750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808750 is #7F78AF. Grayscale: #7E7E7E. Windows color (decimal): -8353968 or 5277568. OLE color: 5277568.

HSL color Cylindrical-coordinate representation of color #808750: hue angle of 67.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808750 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB12813580-
CMYK0.0500.410.47
HSL67.64º25.58%42.16%-
HSV(B)67.64º40.74%52.94%-
XYZ19.0122.510.93-
YUV126.64101.68128.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=37.32%
G=39.36%
B=23.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135800.0500.410.4767.6425.5842.16
Hex80875050292F441a2a
Octal2002071205051571043252
Binary100000001000011110100001010101001101111100010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808750; }

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

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

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

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

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

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

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

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