#80953F

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

Shades of Wasabi #80953F

Tints of Wasabi #80953F

Color information

#80953F (or 0x80953F) is unknown color: approx Wasabi. HEX triplet: 80, 95 and 3F. RGB value is (128,149,63). Sum of RGB (Red+Green+Blue) = 128+149+63=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #80953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80953F is #7F6AC0. Grayscale: #858585. Windows color (decimal): -8350401 or 4167040. OLE color: 4167040.

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

Color convert

RGB12814963-
CMYK0.1400.580.42
HSL74.65º40.57%41.57%-
HSV(B)74.65º57.72%58.43%-
XYZ20.5526.448.72-
YUV132.9288.54124.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 63 (25% from 255) = 18.53%
R=37.65%
G=43.82%
B=18.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128149630.1400.580.4274.6540.5741.57
Hex80953FE03A2A4b292a
Octal2002257716072521135152
Binary1000000010010101111111111001110101010101001011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80953F; }

 p { color: rgb(128,149,63); }

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

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

 a { background-color: rgb(128,149,63); }

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

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

 span { border-color: rgb(128,149,63); }

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