#80887E

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

Shades of Spanish Green #80887E

Tints of Spanish Green #80887E

Color information

#80887E (or 0x80887E) is unknown color: approx Spanish Green. HEX triplet: 80, 88 and 7E. RGB value is (128,136,126). Sum of RGB (Red+Green+Blue) = 128+136+126=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 136 - color contains mainly: green. Hex color #80887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80887E is #7F7781. Grayscale: #848484. Windows color (decimal): -8353666 or 8292480. OLE color: 8292480.

HSL color Cylindrical-coordinate representation of color #80887E: hue angle of 108º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80887E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB128136126-
CMYK0.0600.070.47
HSL108º4.03%51.37%-
HSV(B)108º7.35%53.33%-
XYZ21.4723.723.18-
YUV132.47124.35124.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=32.82%
G=34.87%
B=32.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281361260.0600.070.471084.0351.37
Hex80887E6072F6c433
Octal20021017660757154463
Binary1000000010001000111111011001111011111101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80887E; }

 p { color: rgb(128,136,126); }

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

<style>
 a { background-color: #80887E; }

 a { background-color: rgb(128,136,126); }

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

<style>
 span { border-color: #80887E; }

 span { border-color: rgb(128,136,126); }

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