#878D40

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

Shades of Wasabi #878D40

Tints of Wasabi #878D40

Color information

#878D40 (or 0x878D40) is unknown color: approx Wasabi. HEX triplet: 87, 8D and 40. RGB value is (135,141,64). Sum of RGB (Red+Green+Blue) = 135+141+64=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #878D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878D40 is #7872BF. Grayscale: #828282. Windows color (decimal): -7893696 or 4230535. OLE color: 4230535.

HSL color Cylindrical-coordinate representation of color #878D40: hue angle of 64.68º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #878D40 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB13514164-
CMYK0.0400.550.45
HSL64.68º37.56%40.2%-
HSV(B)64.68º54.61%55.29%-
XYZ20.4424.578.52-
YUV130.4390.51131.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 141 (55.47% from 255) = 41.47%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=39.71%
G=41.47%
B=18.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135141640.0400.550.4564.6837.5640.2
Hex878D4040372D412628
Octal2072151004067551014650
Binary1000011110001101100000010001101111011011000001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878D40; }

 p { color: rgb(135,141,64); }

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

<style>
 a { background-color: #878D40; }

 a { background-color: rgb(135,141,64); }

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

<style>
 span { border-color: #878D40; }

 span { border-color: rgb(135,141,64); }

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