#808940

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

Shades of Wasabi #808940

Tints of Wasabi #808940

Color information

#808940 (or 0x808940) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 40. RGB value is (128,137,64). Sum of RGB (Red+Green+Blue) = 128+137+64=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #808940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808940 is #7F76BF. Grayscale: #7E7E7E. Windows color (decimal): -8353472 or 4229504. OLE color: 4229504.

HSL color Cylindrical-coordinate representation of color #808940: hue angle of 67.4º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #808940 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB12813764-
CMYK0.0700.530.46
HSL67.4º36.32%39.41%-
HSV(B)67.4º53.28%53.73%-
XYZ18.7722.858.27-
YUV125.9993.02129.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=38.91%
G=41.64%
B=19.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137640.0700.530.4667.436.3239.41
Hex80894070352E432427
Octal2002111007065561034447
Binary1000000010001001100000011101101011011101000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808940; }

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

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

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

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

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

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

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

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