#80957F

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

Shades of Stack #80957F

Tints of Stack #80957F

Color information

#80957F (or 0x80957F) is unknown color: approx Stack. HEX triplet: 80, 95 and 7F. RGB value is (128,149,127). Sum of RGB (Red+Green+Blue) = 128+149+127=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #80957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80957F is #7F6A80. Grayscale: #8C8C8C. Windows color (decimal): -8350337 or 8361344. OLE color: 8361344.

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

Color convert

RGB128149127-
CMYK0.1400.150.42
HSL117.27º9.4%54.12%-
HSV(B)117.27º14.77%58.43%-
XYZ23.4827.6224.17-
YUV140.21120.54119.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 127 (50% from 255) = 31.44%
R=31.68%
G=36.88%
B=31.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281491270.1400.150.42117.279.454.12
Hex80957FE0F2A75936
Octal20022517716017521651166
Binary1000000010010101111111111100111110101011101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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