#87932F

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

Shades of Wasabi #87932F

Tints of Wasabi #87932F

Color information

#87932F (or 0x87932F) is unknown color: approx Wasabi. HEX triplet: 87, 93 and 2F. RGB value is (135,147,47). Sum of RGB (Red+Green+Blue) = 135+147+47=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #87932F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87932F is #786CD0. Grayscale: #848484. Windows color (decimal): -7892177 or 3117959. OLE color: 3117959.

HSL color Cylindrical-coordinate representation of color #87932F: hue angle of 67.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87932F is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB13514747-
CMYK0.0800.680.42
HSL67.2º51.55%38.04%-
HSV(B)67.2º68.03%57.65%-
XYZ20.9426.226.65-
YUV132.0180.02130.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=41.03%
G=44.68%
B=14.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147470.0800.680.4267.251.5538.04
Hex87932F80442A433426
Octal20722357100104521036446
Binary10000111100100111011111000010001001010101000011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87932F; }

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

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

<style>
 a { background-color: #87932F; }

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

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

<style>
 span { border-color: #87932F; }

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

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