#8D973F

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

Shades of Wasabi #8D973F

Tints of Wasabi #8D973F

Color information

#8D973F (or 0x8D973F) is unknown color: approx Wasabi. HEX triplet: 8D, 97 and 3F. RGB value is (141,151,63). Sum of RGB (Red+Green+Blue) = 141+151+63=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #8D973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D973F is #7268C0. Grayscale: #8A8A8A. Windows color (decimal): -7497921 or 4167565. OLE color: 4167565.

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

Color convert

RGB14115163-
CMYK0.0700.580.41
HSL66.82º41.12%41.96%-
HSV(B)66.82º58.28%59.22%-
XYZ22.9528.158.93-
YUV137.9885.69130.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 63 (25% from 255) = 17.75%
R=39.72%
G=42.54%
B=17.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141151630.0700.580.4166.8241.1241.96
Hex8D973F703A2943292a
Octal215227777072511035152
Binary100011011001011111111111101110101010011000011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D973F; }

 p { color: rgb(141,151,63); }

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

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

 a { background-color: rgb(141,151,63); }

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

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

 span { border-color: rgb(141,151,63); }

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