#868B31

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

Shades of Wasabi #868B31

Tints of Wasabi #868B31

Color information

#868B31 (or 0x868B31) is unknown color: approx Wasabi. HEX triplet: 86, 8B and 31. RGB value is (134,139,49). Sum of RGB (Red+Green+Blue) = 134+139+49=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #868B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B31 is #7974CE. Grayscale: #7F7F7F. Windows color (decimal): -7959759 or 3246982. OLE color: 3246982.

HSL color Cylindrical-coordinate representation of color #868B31: hue angle of 63.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #868B31 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB13413949-
CMYK0.0400.650.45
HSL63.33º47.87%36.86%-
HSV(B)63.33º64.75%54.51%-
XYZ19.6223.766.46-
YUV127.2483.84132.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=41.61%
G=43.17%
B=15.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139490.0400.650.4563.3347.8736.86
Hex868B3140412D3f3025
Octal206213614010155776045
Binary100001101000101111000110001000001101101111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868B31; }

 p { color: rgb(134,139,49); }

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

<style>
 a { background-color: #868B31; }

 a { background-color: rgb(134,139,49); }

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

<style>
 span { border-color: #868B31; }

 span { border-color: rgb(134,139,49); }

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