#80837F

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

Shades of Spanish Green #80837F

Tints of Spanish Green #80837F

Color information

#80837F (or 0x80837F) is unknown color: approx Spanish Green. HEX triplet: 80, 83 and 7F. RGB value is (128,131,127). Sum of RGB (Red+Green+Blue) = 128+131+127=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 131 - color contains mainly: green. Hex color #80837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80837F is #7F7C80. Grayscale: #818181. Windows color (decimal): -8354945 or 8356736. OLE color: 8356736.

HSL color Cylindrical-coordinate representation of color #80837F: hue angle of 105º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #80837F is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB128131127-
CMYK0.0200.030.49
HSL105º1.59%50.59%-
HSV(B)105º3.05%51.37%-
XYZ20.8522.3523.29-
YUV129.65126.51126.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.16%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 127 (50% from 255) = 32.90%
R=33.16%
G=33.94%
B=32.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1281311270.0200.030.491051.5950.59
Hex80837F2033169233
Octal20020317720361151263
Binary1000000010000011111111110011110001110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80837F; }

 p { color: rgb(128,131,127); }

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

<style>
 a { background-color: #80837F; }

 a { background-color: rgb(128,131,127); }

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

<style>
 span { border-color: #80837F; }

 span { border-color: rgb(128,131,127); }

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