#808745

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

Shades of Wasabi #808745

Tints of Wasabi #808745

Color information

#808745 (or 0x808745) is unknown color: approx Wasabi. HEX triplet: 80, 87 and 45. RGB value is (128,135,69). Sum of RGB (Red+Green+Blue) = 128+135+69=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #808745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808745 is #7F78BA. Grayscale: #7D7D7D. Windows color (decimal): -8353979 or 4556672. OLE color: 4556672.

HSL color Cylindrical-coordinate representation of color #808745: hue angle of 66.36º 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 #808745 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB12813569-
CMYK0.0500.490.47
HSL66.36º32.35%40%-
HSV(B)66.36º48.89%52.94%-
XYZ18.6422.358.96-
YUV125.3896.18129.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=38.55%
G=40.66%
B=20.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128135690.0500.490.4766.3632.3540
Hex80874550312F422028
Octal2002071055061571024050
Binary1000000010000111100010110101100011011111000010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808745; }

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

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

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

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

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

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

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

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