Html Css Color HEX #80897A Spanish Green

📋 copy color: '#80897A'

red 128 ◦ green 137 ◦ blue 122

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

Shades of Spanish Green #80897A

Tints of Spanish Green #80897A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.52%

R = 33.07%
G = 35.4%
B = 31.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#80897A (or 0x80897A) is known color: 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

RGB 128 137 122 -
CMYK 0.07 0 0.11 0.46
HSL 96º 0.06% 0.51% -
HSV(B) 96º 0.11% 0.54% -
XYZ 21.36 23.89 21.9 -
YUV 132.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 128 137 122 0.07 0 0.11 0.46 96 0.06 0.51
Hex 80 89 7A 7 0 B 2E 60 6 33
Octal 200 211 172 7 0 13 56 140 6 63
Binary 10000000 10001001 1111010 111 0 1011 101110 1100000 110 110011

Color Harmonies of #80897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80897A

Black with #80897A

Text Example


Text Example

White with #80897A

Text Example


Text Example

HTML Codes & Css Web 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>