#809B81

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

Shades of Stack #809B81

Tints of Stack #809B81

Color information

#809B81 (or 0x809B81) is unknown color: approx Stack. HEX triplet: 80, 9B and 81. RGB value is (128,155,129). Sum of RGB (Red+Green+Blue) = 128+155+129=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #809B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809B81 is #7F647E. Grayscale: #909090. Windows color (decimal): -8348799 or 8493952. OLE color: 8493952.

HSL color Cylindrical-coordinate representation of color #809B81: hue angle of 122.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809B81 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB128155129-
CMYK0.1700.170.39
HSL122.22º11.89%55.49%-
HSV(B)122.22º17.42%60.78%-
XYZ24.5929.6225.19-
YUV143.96119.55116.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.07%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=31.07%
G=37.62%
B=31.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281551290.1700.170.39122.2211.8955.49
Hex809B8111011277ac37
Octal20023320121021471721467
Binary1000000010011011100000011000101000110011111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809B81; }

 p { color: rgb(128,155,129); }

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

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

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

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

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

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

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