#8D994F

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

Shades of Wasabi #8D994F

Tints of Wasabi #8D994F

Color information

#8D994F (or 0x8D994F) is unknown color: approx Wasabi. HEX triplet: 8D, 99 and 4F. RGB value is (141,153,79). Sum of RGB (Red+Green+Blue) = 141+153+79=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #8D994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D994F is #7266B0. Grayscale: #8D8D8D. Windows color (decimal): -7497393 or 5216653. OLE color: 5216653.

HSL color Cylindrical-coordinate representation of color #8D994F: hue angle of 69.73º 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 #8D994F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB14115379-
CMYK0.0800.480.4
HSL69.73º31.9%45.49%-
HSV(B)69.73º48.37%60%-
XYZ23.7929.0111.74-
YUV140.9893.02128.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.80%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=37.80%
G=41.02%
B=21.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141153790.0800.480.469.7331.945.49
Hex8D994F80302846202d
Octal21523111710060501064055
Binary10001101100110011001111100001100001010001000110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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