#8D993F

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

Shades of Wasabi #8D993F

Tints of Wasabi #8D993F

Color information

#8D993F (or 0x8D993F) is unknown color: approx Wasabi. HEX triplet: 8D, 99 and 3F. RGB value is (141,153,63). Sum of RGB (Red+Green+Blue) = 141+153+63=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #8D993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D993F is #7266C0. Grayscale: #8B8B8B. Windows color (decimal): -7497409 or 4168077. OLE color: 4168077.

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

Color convert

RGB14115363-
CMYK0.0800.590.4
HSL68º41.67%42.35%-
HSV(B)68º58.82%60%-
XYZ23.2728.89.04-
YUV139.1585.02129.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 17.65%
R=39.50%
G=42.86%
B=17.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141153630.0800.590.46841.6742.35
Hex8D993F803B28442a2a
Octal2152317710073501045252
Binary1000110110011001111111100001110111010001000100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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