#809480

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

Shades of Stack #809480

Tints of Stack #809480

Color information

#809480 (or 0x809480) is unknown color: approx Stack. HEX triplet: 80, 94 and 80. RGB value is (128,148,128). Sum of RGB (Red+Green+Blue) = 128+148+128=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #809480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809480 is #7F6B7F. Grayscale: #8B8B8B. Windows color (decimal): -8350592 or 8426624. OLE color: 8426624.

HSL color Cylindrical-coordinate representation of color #809480: hue angle of 120º degrees, saturation: 0.09, 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 #809480 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB128148128-
CMYK0.1400.140.42
HSL120º8.55%54.12%-
HSV(B)120º13.51%58.04%-
XYZ23.3927.3324.46-
YUV139.74121.37119.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=31.68%
G=36.63%
B=31.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281481280.1400.140.421208.5554.12
Hex809480E0E2A78936
Octal20022420016016521701166
Binary10000000100101001000000011100111010101011110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809480; }

 p { color: rgb(128,148,128); }

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

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

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

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

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

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

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