#87993D

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

Shades of Wasabi #87993D

Tints of Wasabi #87993D

Color information

#87993D (or 0x87993D) is unknown color: approx Wasabi. HEX triplet: 87, 99 and 3D. RGB value is (135,153,61). Sum of RGB (Red+Green+Blue) = 135+153+61=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #87993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87993D is #7866C2. Grayscale: #898989. Windows color (decimal): -7890627 or 4036999. OLE color: 4036999.

HSL color Cylindrical-coordinate representation of color #87993D: hue angle of 71.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87993D is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB13515361-
CMYK0.1200.600.4
HSL71.74º42.99%41.96%-
HSV(B)71.74º60.13%60%-
XYZ22.2328.278.7-
YUV137.1385.04126.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 153 (60.16% from 255) = 43.84%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=38.68%
G=43.84%
B=17.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135153610.1200.600.471.7442.9941.96
Hex87993DC03C28482b2a
Octal2072317514074501105352
Binary1000011110011001111101110001111001010001001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,153,61); }

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

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

 a { background-color: rgb(135,153,61); }

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

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

 span { border-color: rgb(135,153,61); }

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