#8E994F

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

Shades of Wasabi #8E994F

Tints of Wasabi #8E994F

Color information

#8E994F (or 0x8E994F) is unknown color: approx Wasabi. HEX triplet: 8E, 99 and 4F. RGB value is (142,153,79). Sum of RGB (Red+Green+Blue) = 142+153+79=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #8E994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E994F is #7166B0. Grayscale: #8D8D8D. Windows color (decimal): -7431857 or 5216654. OLE color: 5216654.

HSL color Cylindrical-coordinate representation of color #8E994F: hue angle of 68.92º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E994F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB14215379-
CMYK0.0700.480.4
HSL68.92º31.9%45.49%-
HSV(B)68.92º48.37%60%-
XYZ23.9629.111.75-
YUV141.2892.86128.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 79 (31.25% from 255) = 21.12%
R=37.97%
G=40.91%
B=21.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153790.0700.480.468.9231.945.49
Hex8E994F70302845202d
Octal2162311177060501054055
Binary1000111010011001100111111101100001010001000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,79); }

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

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

 a { background-color: rgb(142,153,79); }

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

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

 span { border-color: rgb(142,153,79); }

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