#878D50

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

Shades of Wasabi #878D50

Tints of Wasabi #878D50

Color information

#878D50 (or 0x878D50) is unknown color: approx Wasabi. HEX triplet: 87, 8D and 50. RGB value is (135,141,80). Sum of RGB (Red+Green+Blue) = 135+141+80=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #878D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878D50 is #7872AF. Grayscale: #848484. Windows color (decimal): -7893680 or 5279111. OLE color: 5279111.

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

Color convert

RGB13514180-
CMYK0.0400.430.45
HSL65.9º27.6%43.33%-
HSV(B)65.9º43.26%55.29%-
XYZ20.9624.7811.27-
YUV132.2598.51129.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.92%
GREEN value IS 141 (55.47% from 255) = 39.61%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=37.92%
G=39.61%
B=22.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135141800.0400.430.4565.927.643.33
Hex878D50402B2D421c2b
Octal2072151204053551023453
Binary100001111000110110100001000101011101101100001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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