#878D4B

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

Shades of Wasabi #878D4B

Tints of Wasabi #878D4B

Color information

#878D4B (or 0x878D4B) is unknown color: approx Wasabi. HEX triplet: 87, 8D and 4B. RGB value is (135,141,75). Sum of RGB (Red+Green+Blue) = 135+141+75=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #878D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878D4B is #7872B4. Grayscale: #838383. Windows color (decimal): -7893685 or 4951431. OLE color: 4951431.

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

Color convert

RGB13514175-
CMYK0.0400.470.45
HSL65.45º30.56%42.35%-
HSV(B)65.45º46.81%55.29%-
XYZ20.7924.7110.33-
YUV131.6896.01130.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=38.46%
G=40.17%
B=21.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135141750.0400.470.4565.4530.5642.35
Hex878D4B402F2D411f2a
Octal2072151134057551013752
Binary100001111000110110010111000101111101101100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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