#87914D

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

Shades of Wasabi #87914D

Tints of Wasabi #87914D

Color information

#87914D (or 0x87914D) is unknown color: approx Wasabi. HEX triplet: 87, 91 and 4D. RGB value is (135,145,77). Sum of RGB (Red+Green+Blue) = 135+145+77=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #87914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87914D is #786EB2. Grayscale: #868686. Windows color (decimal): -7892659 or 5083527. OLE color: 5083527.

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

Color convert

RGB13514577-
CMYK0.0700.470.43
HSL68.82º30.63%43.53%-
HSV(B)68.82º46.9%56.86%-
XYZ21.4625.9410.9-
YUV134.2695.69128.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=37.82%
G=40.62%
B=21.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135145770.0700.470.4368.8230.6343.53
Hex87914D702F2B451f2c
Octal2072211157057531053754
Binary100001111001000110011011110101111101011100010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87914D; }

 p { color: rgb(135,145,77); }

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

<style>
 a { background-color: #87914D; }

 a { background-color: rgb(135,145,77); }

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

<style>
 span { border-color: #87914D; }

 span { border-color: rgb(135,145,77); }

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