#878D31

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

Shades of Wasabi #878D31

Tints of Wasabi #878D31

Color information

#878D31 (or 0x878D31) is unknown color: approx Wasabi. HEX triplet: 87, 8D and 31. RGB value is (135,141,49). Sum of RGB (Red+Green+Blue) = 135+141+49=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #878D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878D31 is #7872CE. Grayscale: #818181. Windows color (decimal): -7893711 or 3247495. OLE color: 3247495.

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

Color convert

RGB13514149-
CMYK0.0400.650.45
HSL63.91º48.42%37.25%-
HSV(B)63.91º65.25%55.29%-
XYZ20.0724.426.56-
YUV128.7283.01132.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=41.54%
G=43.38%
B=15.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135141490.0400.650.4563.9148.4237.25
Hex878D3140412D403025
Octal2072156140101551006045
Binary1000011110001101110001100010000011011011000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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