#87944B

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

Shades of Wasabi #87944B

Tints of Wasabi #87944B

Color information

#87944B (or 0x87944B) is unknown color: approx Wasabi. HEX triplet: 87, 94 and 4B. RGB value is (135,148,75). Sum of RGB (Red+Green+Blue) = 135+148+75=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #87944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87944B is #786BB4. Grayscale: #888888. Windows color (decimal): -7891893 or 4953223. OLE color: 4953223.

HSL color Cylindrical-coordinate representation of color #87944B: hue angle of 70.68º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87944B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB13514875-
CMYK0.0900.490.42
HSL70.68º32.74%43.73%-
HSV(B)70.68º49.32%58.04%-
XYZ21.8526.8410.69-
YUV135.7993.69127.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=37.71%
G=41.34%
B=20.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135148750.0900.490.4270.6832.7443.73
Hex87944B90312A47212c
Octal20722411311061521074154
Binary10000111100101001001011100101100011010101000111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87944B; }

 p { color: rgb(135,148,75); }

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

<style>
 a { background-color: #87944B; }

 a { background-color: rgb(135,148,75); }

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

<style>
 span { border-color: #87944B; }

 span { border-color: rgb(135,148,75); }

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