Html Css Color HEX #808956 Finch

📋 copy color: '#808956'

red 128 ◦ green 137 ◦ blue 86

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

Shades of Finch #808956

Tints of Finch #808956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 36.47%
G = 39.03%
B = 24.5%

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

#808956 (or 0x808956) is known color: Finch. HEX triplet: 80, 89 and 56. RGB value is (128,137,86). Sum of RGB (Red+Green+Blue) = 128+137+86=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #808956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808956 is #7F76A9. Grayscale: #808080. Windows color (decimal): -8353450 or 5671296. OLE color: 5671296.

HSL color Cylindrical-coordinate representation of color #808956: hue angle of 70.59º 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 #808956 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 86 -
CMYK 0.07 0 0.37 0.46
HSL 70.59º 0.23% 0.44% -
HSV(B) 70.59º 0.37% 0.54% -
XYZ 19.53 23.15 12.24 -
YUV 128.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 128 137 86 0.07 0 0.37 0.46 70.59 0.23 0.44
Hex 80 89 56 7 0 25 2E 47 17 2C
Octal 200 211 126 7 0 45 56 107 27 54
Binary 10000000 10001001 1010110 111 0 100101 101110 1000111 10111 101100

Color Harmonies of #808956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808956

Black with #808956

Text Example


Text Example

White with #808956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808956; }

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

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

background-color css

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

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

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

border-color css

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

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

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