#8E973F

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

Shades of Wasabi #8E973F

Tints of Wasabi #8E973F

Color information

#8E973F (or 0x8E973F) is unknown color: approx Wasabi. HEX triplet: 8E, 97 and 3F. RGB value is (142,151,63). Sum of RGB (Red+Green+Blue) = 142+151+63=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #8E973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E973F is #7168C0. Grayscale: #8A8A8A. Windows color (decimal): -7432385 or 4167566. OLE color: 4167566.

HSL color Cylindrical-coordinate representation of color #8E973F: hue angle of 66.14º 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 #8E973F is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB14215163-
CMYK0.0600.580.41
HSL66.14º41.12%41.96%-
HSV(B)66.14º58.28%59.22%-
XYZ23.1228.248.94-
YUV138.2885.52130.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 63 (25% from 255) = 17.70%
R=39.89%
G=42.42%
B=17.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142151630.0600.580.4166.1441.1241.96
Hex8E973F603A2942292a
Octal216227776072511025152
Binary100011101001011111111111001110101010011000010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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