Html Css Color HEX #808A58 Finch

📋 copy color: '#808A58'

red 128 ◦ green 138 ◦ blue 88

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

Shades of Finch #808A58

Tints of Finch #808A58

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.98%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 36.16%
G = 38.98%
B = 24.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#808A58 (or 0x808A58) is known color: Finch. HEX triplet: 80, 8A and 58. RGB value is (128,138,88). Sum of RGB (Red+Green+Blue) = 128+138+88=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #808A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808A58 is #7F75A7. Grayscale: #818181. Windows color (decimal): -8353192 or 5802624. OLE color: 5802624.

HSL color Cylindrical-coordinate representation of color #808A58: hue angle of 72º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808A58 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 138 88 -
CMYK 0.07 0 0.36 0.46
HSL 72º 0.22% 0.44% -
HSV(B) 72º 0.36% 0.54% -
XYZ 19.75 23.47 12.72 -
YUV 129.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 128 138 88 0.07 0 0.36 0.46 72 0.22 0.44
Hex 80 8A 58 7 0 24 2E 48 16 2C
Octal 200 212 130 7 0 44 56 110 26 54
Binary 10000000 10001010 1011000 111 0 100100 101110 1001000 10110 101100

Color Harmonies of #808A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A58

Black with #808A58

Text Example


Text Example

White with #808A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,138,88); }

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

background-color css

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

 a { background-color: rgb(128,138,88); }

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

border-color css

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

 span { border-color: rgb(128,138,88); }

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