#878C48

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

Shades of Wasabi #878C48

Tints of Wasabi #878C48

Color information

#878C48 (or 0x878C48) is unknown color: approx Wasabi. HEX triplet: 87, 8C and 48. RGB value is (135,140,72). Sum of RGB (Red+Green+Blue) = 135+140+72=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #878C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878C48 is #7873B7. Grayscale: #838383. Windows color (decimal): -7893944 or 4754567. OLE color: 4754567.

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

Color convert

RGB13514072-
CMYK0.0400.490.45
HSL64.41º32.08%41.57%-
HSV(B)64.41º48.57%54.9%-
XYZ20.5424.379.75-
YUV130.7594.84131.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=38.90%
G=40.35%
B=20.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135140720.0400.490.4564.4132.0841.57
Hex878C4840312D40202a
Octal2072141104061551004052
Binary1000011110001100100100010001100011011011000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,140,72); }

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

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

 a { background-color: rgb(135,140,72); }

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

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

 span { border-color: rgb(135,140,72); }

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