#87934C

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

Shades of Wasabi #87934C

Tints of Wasabi #87934C

Color information

#87934C (or 0x87934C) is unknown color: approx Wasabi. HEX triplet: 87, 93 and 4C. RGB value is (135,147,76). Sum of RGB (Red+Green+Blue) = 135+147+76=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #87934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87934C is #786CB3. Grayscale: #878787. Windows color (decimal): -7892148 or 5018503. OLE color: 5018503.

HSL color Cylindrical-coordinate representation of color #87934C: hue angle of 70.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87934C is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13514776-
CMYK0.0800.480.42
HSL70.14º31.84%43.73%-
HSV(B)70.14º48.3%57.65%-
XYZ21.7326.5410.81-
YUV135.3294.52127.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 147 (57.81% from 255) = 41.06%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=37.71%
G=41.06%
B=21.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147760.0800.480.4270.1431.8443.73
Hex87934C80302A46202c
Octal20722311410060521064054
Binary10000111100100111001100100001100001010101000110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87934C; }

 p { color: rgb(135,147,76); }

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

<style>
 a { background-color: #87934C; }

 a { background-color: rgb(135,147,76); }

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

<style>
 span { border-color: #87934C; }

 span { border-color: rgb(135,147,76); }

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