Html Css Color HEX #808A57 Finch

📋 copy color: '#808A57'

red 128 ◦ green 138 ◦ blue 87

#808A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #808A57

Tints of Finch #808A57

RGB

 RED value IS 128 (50.39% from 255) = 36.26%

 GREEN value IS 138 (54.3% 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 value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#808A57 (or 0x808A57) is known color: 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

RGB 128 138 87 -
CMYK 0.07 0 0.37 0.46
HSL 71.76º 0.23% 0.44% -
HSV(B) 71.76º 0.37% 0.54% -
XYZ 19.71 23.45 12.51 -
YUV 129.2 104.19 127.15 -
System Red Green Blue C M Y K H S L
Decimal 128 138 87 0.07 0 0.37 0.46 71.76 0.23 0.44
Hex 80 8A 57 7 0 25 2E 48 17 2C
Octal 200 212 127 7 0 45 56 110 27 54
Binary 10000000 10001010 1010111 111 0 100101 101110 1001000 10111 101100

Color Harmonies of #808A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A57

Black with #808A57

Text Example


Text Example

White with #808A57

Text Example


Text Example

HTML Codes & Css Web 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>