#878D4F

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

Shades of Wasabi #878D4F

Tints of Wasabi #878D4F

Color information

#878D4F (or 0x878D4F) is unknown color: approx Wasabi. HEX triplet: 87, 8D and 4F. RGB value is (135,141,79). Sum of RGB (Red+Green+Blue) = 135+141+79=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #878D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D4F is #7872B0. Grayscale: #848484. Windows color (decimal): -7893681 or 5213575. OLE color: 5213575.

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

Color convert

RGB13514179-
CMYK0.0400.440.45
HSL65.81º28.18%43.14%-
HSV(B)65.81º43.97%55.29%-
XYZ20.9324.7711.07-
YUV132.1498.01130.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=38.03%
G=39.72%
B=22.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135141790.0400.440.4565.8128.1843.14
Hex878D4F402C2D421c2b
Octal2072151174054551023453
Binary100001111000110110011111000101100101101100001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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