#808744

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

Shades of Wasabi #808744

Tints of Wasabi #808744

Color information

#808744 (or 0x808744) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 44. RGB value is (128,135,68). Sum of RGB (Red+Green+Blue) = 128+135+68=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #808744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808744 is #7F78BB. Grayscale: #7D7D7D. Windows color (decimal): -8353980 or 4491136. OLE color: 4491136.

HSL color Cylindrical-coordinate representation of color #808744: hue angle of 66.27º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808744 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB12813568-
CMYK0.0500.500.47
HSL66.27º33%39.8%-
HSV(B)66.27º49.63%52.94%-
XYZ18.6122.338.8-
YUV125.2795.68129.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=38.67%
G=40.79%
B=20.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135680.0500.500.4766.273339.8
Hex80874450322F422128
Octal2002071045062571024150
Binary1000000010000111100010010101100101011111000010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808744; }

 p { color: rgb(128,135,68); }

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

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

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

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

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

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

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