#808C77

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

Shades of Spanish Green #808C77

Tints of Spanish Green #808C77

Color information

#808C77 (or 0x808C77) is unknown color: approx Spanish Green. HEX triplet: 80, 8C and 77. RGB value is (128,140,119). Sum of RGB (Red+Green+Blue) = 128+140+119=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #808C77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C77 is #7F7388. Grayscale: #868686. Windows color (decimal): -8352649 or 7834752. OLE color: 7834752.

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

Color convert

RGB128140119-
CMYK0.0900.150.45
HSL94.29º8.37%50.78%-
HSV(B)94.29º15%54.9%-
XYZ21.6124.6821.08-
YUV134.02119.52123.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.07%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=33.07%
G=36.18%
B=30.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281401190.0900.150.4594.298.3750.78
Hex808C7790F2D5e833
Octal20021416711017551361063
Binary1000000010001100111011110010111110110110111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,119); }

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

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

 a { background-color: rgb(128,140,119); }

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

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

 span { border-color: rgb(128,140,119); }

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