#80897A

Color #80897A Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #80897A

Tints of Spanish Green #80897A

Color information

#80897A (or 0x80897A) is unknown color: approx Spanish Green. HEX triplet: 80, 89 and 7A. RGB value is (128,137,122). Sum of RGB (Red+Green+Blue) = 128+137+122=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #80897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80897A is #7F7685. Grayscale: #848484. Windows color (decimal): -8353414 or 8030592. OLE color: 8030592.

HSL color Cylindrical-coordinate representation of color #80897A: hue angle of 96º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80897A is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB128137122-
CMYK0.0700.110.46
HSL96º5.98%50.78%-
HSV(B)96º10.95%53.73%-
XYZ21.3623.8921.9-
YUV132.6122.02124.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=33.07%
G=35.40%
B=31.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281371220.0700.110.46965.9850.78
Hex80897A70B2E60633
Octal200211172701356140663
Binary10000000100010011111010111010111011101100000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80897A; }

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

 H1.HeaderClassName
 {
   color: #80897A;
 }
 .AnyTagClassName
 {
   color: #80897A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #80897A;
 }
 .BgClassName
 {
   background-color: #80897A;
 }
</style>
border-color css

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

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

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