#80937F

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

Shades of Stack #80937F

Tints of Stack #80937F

Color information

#80937F (or 0x80937F) is unknown color: approx Stack. HEX triplet: 80, 93 and 7F. RGB value is (128,147,127). Sum of RGB (Red+Green+Blue) = 128+147+127=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #80937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80937F is #7F6C80. Grayscale: #8B8B8B. Windows color (decimal): -8350849 or 8360832. OLE color: 8360832.

HSL color Cylindrical-coordinate representation of color #80937F: hue angle of 117º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80937F is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB128147127-
CMYK0.1300.140.42
HSL117º8.47%53.73%-
HSV(B)117º13.61%57.65%-
XYZ23.1726.9924.07-
YUV139.04121.21120.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 127 (50% from 255) = 31.59%
R=31.84%
G=36.57%
B=31.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471270.1300.140.421178.4753.73
Hex80937FD0E2A75836
Octal20022317715016521651066
Binary1000000010010011111111111010111010101011101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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