#8D9F45

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

Shades of Wasabi #8D9F45

Tints of Wasabi #8D9F45

Color information

#8D9F45 (or 0x8D9F45) is unknown color: approx Wasabi. HEX triplet: 8D, 9F and 45. RGB value is (141,159,69). Sum of RGB (Red+Green+Blue) = 141+159+69=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9F45 is #7260BA. Grayscale: #8F8F8F. Windows color (decimal): -7495867 or 4562829. OLE color: 4562829.

HSL color Cylindrical-coordinate representation of color #8D9F45: hue angle of 72º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D9F45 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB14115969-
CMYK0.1100.570.38
HSL72º39.47%44.71%-
HSV(B)72º56.6%62.35%-
XYZ24.4630.8910.3-
YUV143.3686.04126.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=38.21%
G=43.09%
B=18.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141159690.1100.570.387239.4744.71
Hex8D9F45B0392648272d
Octal21523710513071461104755
Binary10001101100111111000101101101110011001101001000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,69); }

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

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

 a { background-color: rgb(141,159,69); }

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

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

 span { border-color: rgb(141,159,69); }

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