#80973E

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

Shades of Wasabi #80973E

Tints of Wasabi #80973E

Color information

#80973E (or 0x80973E) is unknown color: approx Wasabi. HEX triplet: 80, 97 and 3E. RGB value is (128,151,62). Sum of RGB (Red+Green+Blue) = 128+151+62=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #80973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80973E is #7F68C1. Grayscale: #868686. Windows color (decimal): -8349890 or 4102016. OLE color: 4102016.

HSL color Cylindrical-coordinate representation of color #80973E: hue angle of 75.51º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80973E is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB12815162-
CMYK0.1500.590.41
HSL75.51º41.78%41.76%-
HSV(B)75.51º58.94%59.22%-
XYZ20.8427.078.68-
YUV133.9887.38123.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=37.54%
G=44.28%
B=18.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128151620.1500.590.4175.5141.7841.76
Hex80973EF03B294c2a2a
Octal2002277617073511145252
Binary1000000010010111111110111101110111010011001100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80973E; }

 p { color: rgb(128,151,62); }

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

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

 a { background-color: rgb(128,151,62); }

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

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

 span { border-color: rgb(128,151,62); }

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