Html Css Color HEX #808958 Finch

📋 copy color: '#808958'

red 128 ◦ green 137 ◦ blue 88

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

Shades of Finch #808958

Tints of Finch #808958

RGB

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

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

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

R = 36.26%
G = 38.81%
B = 24.93%

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

#808958 (or 0x808958) is known color: Finch. HEX triplet: 80, 89 and 58. RGB value is (128,137,88). Sum of RGB (Red+Green+Blue) = 128+137+88=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #808958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808958 is #7F76A7. Grayscale: #808080. Windows color (decimal): -8353448 or 5802368. OLE color: 5802368.

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

Color convert

RGB 128 137 88 -
CMYK 0.07 0 0.36 0.46
HSL 71.02º 0.22% 0.44% -
HSV(B) 71.02º 0.36% 0.54% -
XYZ 19.61 23.19 12.67 -
YUV 128.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 128 137 88 0.07 0 0.36 0.46 71.02 0.22 0.44
Hex 80 89 58 7 0 24 2E 47 16 2C
Octal 200 211 130 7 0 44 56 107 26 54
Binary 10000000 10001001 1011000 111 0 100100 101110 1000111 10110 101100

Color Harmonies of #808958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808958

Black with #808958

Text Example


Text Example

White with #808958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808958; }

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

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

background-color css

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

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

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

border-color css

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

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

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