#878E4B

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

Shades of Wasabi #878E4B

Tints of Wasabi #878E4B

Color information

#878E4B (or 0x878E4B) is unknown color: approx Wasabi. HEX triplet: 87, 8E and 4B. RGB value is (135,142,75). Sum of RGB (Red+Green+Blue) = 135+142+75=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #878E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878E4B is #7871B4. Grayscale: #848484. Windows color (decimal): -7893429 or 4951687. OLE color: 4951687.

HSL color Cylindrical-coordinate representation of color #878E4B: hue angle of 66.27º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #878E4B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB13514275-
CMYK0.0500.470.44
HSL66.27º30.88%42.55%-
HSV(B)66.27º47.18%55.69%-
XYZ20.932510.38-
YUV132.2795.68129.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=38.35%
G=40.34%
B=21.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135142750.0500.470.4466.2730.8842.55
Hex878E4B502F2C421f2b
Octal2072161135057541023753
Binary100001111000111010010111010101111101100100001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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