#808B7A

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

Shades of Spanish Green #808B7A

Tints of Spanish Green #808B7A

Color information

#808B7A (or 0x808B7A) is unknown color: approx Spanish Green. HEX triplet: 80, 8B and 7A. RGB value is (128,139,122). Sum of RGB (Red+Green+Blue) = 128+139+122=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #808B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B7A is #7F7485. Grayscale: #858585. Windows color (decimal): -8352902 or 8031104. OLE color: 8031104.

HSL color Cylindrical-coordinate representation of color #808B7A: hue angle of 98.82º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808B7A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB128139122-
CMYK0.0800.120.45
HSL98.82º6.83%51.18%-
HSV(B)98.82º12.23%54.51%-
XYZ21.6524.4621.99-
YUV133.77121.36123.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=32.90%
G=35.73%
B=31.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281391220.0800.120.4598.826.8351.18
Hex808B7A80C2D63733
Octal2002131721001455143763
Binary100000001000101111110101000011001011011100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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