Html Css Color HEX #808C57 Finch

📋 copy color: '#808C57'

red 128 ◦ green 140 ◦ blue 87

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

Shades of Finch #808C57

Tints of Finch #808C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.44%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 36.06%
G = 39.44%
B = 24.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#808C57 (or 0x808C57) is known color: Finch. HEX triplet: 80, 8C and 57. RGB value is (128,140,87). Sum of RGB (Red+Green+Blue) = 128+140+87=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 140 - color contains mainly: green. Hex color #808C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C57 is #7F73A8. Grayscale: #828282. Windows color (decimal): -8352681 or 5737600. OLE color: 5737600.

HSL color Cylindrical-coordinate representation of color #808C57: hue angle of 73.58º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808C57 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 87 -
CMYK 0.09 0 0.38 0.45
HSL 73.58º 0.23% 0.45% -
HSV(B) 73.58º 0.38% 0.55% -
XYZ 20 24.03 12.6 -
YUV 130.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 128 140 87 0.09 0 0.38 0.45 73.58 0.23 0.45
Hex 80 8C 57 9 0 26 2D 4A 17 2D
Octal 200 214 127 11 0 46 55 112 27 55
Binary 10000000 10001100 1010111 1001 0 100110 101101 1001010 10111 101101

Color Harmonies of #808C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C57

Black with #808C57

Text Example


Text Example

White with #808C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #808C57;
 }
 .AnyTagClassName
 {
   color: #808C57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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