#8D943F

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

Shades of Wasabi #8D943F

Tints of Wasabi #8D943F

Color information

#8D943F (or 0x8D943F) is unknown color: approx Wasabi. HEX triplet: 8D, 94 and 3F. RGB value is (141,148,63). Sum of RGB (Red+Green+Blue) = 141+148+63=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #8D943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D943F is #726BC0. Grayscale: #888888. Windows color (decimal): -7498689 or 4166797. OLE color: 4166797.

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

Color convert

RGB14114863-
CMYK0.0500.570.42
HSL64.94º40.28%41.37%-
HSV(B)64.94º57.43%58.04%-
XYZ22.4727.28.77-
YUV136.2286.68131.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 63 (25% from 255) = 17.90%
R=40.06%
G=42.05%
B=17.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141148630.0500.570.4264.9440.2841.37
Hex8D943F50392A412829
Octal215224775071521015051
Binary100011011001010011111110101110011010101000001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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