#8D912F

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

Shades of Wasabi #8D912F

Tints of Wasabi #8D912F

Color information

#8D912F (or 0x8D912F) is unknown color: approx Wasabi. HEX triplet: 8D, 91 and 2F. RGB value is (141,145,47). Sum of RGB (Red+Green+Blue) = 141+145+47=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #8D912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D912F is #726ED0. Grayscale: #858585. Windows color (decimal): -7499473 or 3117453. OLE color: 3117453.

HSL color Cylindrical-coordinate representation of color #8D912F: hue angle of 62.45º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D912F is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB14114547-
CMYK0.0300.680.43
HSL62.45º51.04%37.65%-
HSV(B)62.45º67.59%56.86%-
XYZ21.6226.126.59-
YUV132.6379.67133.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.34%
GREEN value IS 145 (57.03% from 255) = 43.54%
BLUE value IS 47 (18.75% from 255) = 14.11%
R=42.34%
G=43.54%
B=14.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141145470.0300.680.4362.4551.0437.65
Hex8D912F30442B3e3326
Octal215221573010453766346
Binary10001101100100011011111101000100101011111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D912F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,145,47); }

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

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

 a { background-color: rgb(141,145,47); }

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

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

 span { border-color: rgb(141,145,47); }

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