#878E4A

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

Shades of Wasabi #878E4A

Tints of Wasabi #878E4A

Color information

#878E4A (or 0x878E4A) is unknown color: approx Wasabi. HEX triplet: 87, 8E and 4A. RGB value is (135,142,74). Sum of RGB (Red+Green+Blue) = 135+142+74=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #878E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878E4A is #7871B5. Grayscale: #848484. Windows color (decimal): -7893430 or 4886151. OLE color: 4886151.

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

Color convert

RGB13514274-
CMYK0.0500.480.44
HSL66.18º31.48%42.35%-
HSV(B)66.18º47.89%55.69%-
XYZ20.924.9910.2-
YUV132.1695.18130.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=38.46%
G=40.46%
B=21.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135142740.0500.480.4466.1831.4842.35
Hex878E4A50302C421f2a
Octal2072161125060541023752
Binary100001111000111010010101010110000101100100001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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