#808F50

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

Shades of Wasabi #808F50

Tints of Wasabi #808F50

Color information

#808F50 (or 0x808F50) is unknown color: approx Wasabi. HEX triplet: 80, 8F and 50. RGB value is (128,143,80). Sum of RGB (Red+Green+Blue) = 128+143+80=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #808F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F50 is #7F70AF. Grayscale: #838383. Windows color (decimal): -8351920 or 5279616. OLE color: 5279616.

HSL color Cylindrical-coordinate representation of color #808F50: hue angle of 74.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #808F50 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB12814380-
CMYK0.1000.440.44
HSL74.29º28.25%43.73%-
HSV(B)74.29º44.06%56.08%-
XYZ20.1724.8111.32-
YUV131.3399.03125.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.47%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 80 (31.64% from 255) = 22.79%
R=36.47%
G=40.74%
B=22.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128143800.1000.440.4474.2928.2543.73
Hex808F50A02C2C4a1c2c
Octal20021712012054541123454
Binary1000000010001111101000010100101100101100100101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808F50; }

 p { color: rgb(128,143,80); }

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

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

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

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

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

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

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