#8E9647

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

Shades of Wasabi #8E9647

Tints of Wasabi #8E9647

Color information

#8E9647 (or 0x8E9647) is unknown color: approx Wasabi. HEX triplet: 8E, 96 and 47. RGB value is (142,150,71). Sum of RGB (Red+Green+Blue) = 142+150+71=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #8E9647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E9647 is #7169B8. Grayscale: #8A8A8A. Windows color (decimal): -7432633 or 4691598. OLE color: 4691598.

HSL color Cylindrical-coordinate representation of color #8E9647: hue angle of 66.08º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E9647 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB14215071-
CMYK0.0500.530.41
HSL66.08º35.75%43.33%-
HSV(B)66.08º52.67%58.82%-
XYZ23.228.0210.15-
YUV138.689.85130.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=39.12%
G=41.32%
B=19.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal142150710.0500.530.4166.0835.7543.33
Hex8E964750352942242b
Octal2162261075065511024453
Binary1000111010010110100011110101101011010011000010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,150,71); }

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

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

 a { background-color: rgb(142,150,71); }

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

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

 span { border-color: rgb(142,150,71); }

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