#808D79

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

Shades of Spanish Green #808D79

Tints of Spanish Green #808D79

Color information

#808D79 (or 0x808D79) is unknown color: approx Spanish Green. HEX triplet: 80, 8D and 79. RGB value is (128,141,121). Sum of RGB (Red+Green+Blue) = 128+141+121=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #808D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D79 is #7F7286. Grayscale: #868686. Windows color (decimal): -8352391 or 7966080. OLE color: 7966080.

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

Color convert

RGB128141121-
CMYK0.0900.140.45
HSL99º8.06%51.37%-
HSV(B)99º14.18%55.29%-
XYZ21.8825.0221.77-
YUV134.83120.19123.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=32.82%
G=36.15%
B=31.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281411210.0900.140.45998.0651.37
Hex808D7990E2D63833
Octal20021517111016551431063
Binary1000000010001101111100110010111010110111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,141,121); }

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

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

 a { background-color: rgb(128,141,121); }

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

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

 span { border-color: rgb(128,141,121); }

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