#808645

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

Shades of Wasabi #808645

Tints of Wasabi #808645

Color information

#808645 (or 0x808645) is unknown color: approx Wasabi. HEX triplet: 80, 86 and 45. RGB value is (128,134,69). Sum of RGB (Red+Green+Blue) = 128+134+69=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #808645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808645 is #7F79BA. Grayscale: #7D7D7D. Windows color (decimal): -8354235 or 4556416. OLE color: 4556416.

HSL color Cylindrical-coordinate representation of color #808645: hue angle of 65.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808645 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB12813469-
CMYK0.0400.490.47
HSL65.54º32.02%39.8%-
HSV(B)65.54º48.51%52.55%-
XYZ18.522.078.91-
YUV124.896.51130.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=38.67%
G=40.48%
B=20.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128134690.0400.490.4765.5432.0239.8
Hex80864540312F422028
Octal2002061054061571024050
Binary1000000010000110100010110001100011011111000010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808645; }

 p { color: rgb(128,134,69); }

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

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

 a { background-color: rgb(128,134,69); }

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

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

 span { border-color: rgb(128,134,69); }

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