#86973F

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

Shades of Wasabi #86973F

Tints of Wasabi #86973F

Color information

#86973F (or 0x86973F) is unknown color: approx Wasabi. HEX triplet: 86, 97 and 3F. RGB value is (134,151,63). Sum of RGB (Red+Green+Blue) = 134+151+63=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #86973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86973F is #7968C0. Grayscale: #888888. Windows color (decimal): -7956673 or 4167558. OLE color: 4167558.

HSL color Cylindrical-coordinate representation of color #86973F: hue angle of 71.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86973F is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB13415163-
CMYK0.1100.580.41
HSL71.59º41.12%41.96%-
HSV(B)71.59º58.28%59.22%-
XYZ21.827.568.87-
YUV135.8886.87126.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 151 (59.38% from 255) = 43.39%
BLUE value IS 63 (25% from 255) = 18.10%
R=38.51%
G=43.39%
B=18.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151630.1100.580.4171.5941.1241.96
Hex86973FB03A2948292a
Octal2062277713072511105152
Binary1000011010010111111111101101110101010011001000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,151,63); }

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

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

 a { background-color: rgb(134,151,63); }

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

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

 span { border-color: rgb(134,151,63); }

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