#808140

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

Shades of Wasabi #808140

Tints of Wasabi #808140

Color information

#808140 (or 0x808140) is unknown color: approx Wasabi. HEX triplet: 80, 81 and 40. RGB value is (128,129,64). Sum of RGB (Red+Green+Blue) = 128+129+64=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #808140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808140 is #7F7EBF. Grayscale: #797979. Windows color (decimal): -8355520 or 4227456. OLE color: 4227456.

HSL color Cylindrical-coordinate representation of color #808140: hue angle of 60.92º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808140 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB12812964-
CMYK0.0100.500.49
HSL60.92º33.68%37.84%-
HSV(B)60.92º50.39%50.59%-
XYZ17.6820.667.91-
YUV121.2995.67132.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 129 (50.78% from 255) = 40.19%
BLUE value IS 64 (25.39% from 255) = 19.94%
R=39.88%
G=40.19%
B=19.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129640.0100.500.4960.9233.6837.84
Hex8081401032313d2226
Octal200201100106261754246
Binary1000000010000001100000010110010110001111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808140; }

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

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

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

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

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

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

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

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