#868B39

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

Shades of Wasabi #868B39

Tints of Wasabi #868B39

Color information

#868B39 (or 0x868B39) is unknown color: approx Wasabi. HEX triplet: 86, 8B and 39. RGB value is (134,139,57). Sum of RGB (Red+Green+Blue) = 134+139+57=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #868B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B39 is #7974C6. Grayscale: #808080. Windows color (decimal): -7959751 or 3771270. OLE color: 3771270.

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

Color convert

RGB13413957-
CMYK0.0400.590.45
HSL63.66º41.84%38.43%-
HSV(B)63.66º58.99%54.51%-
XYZ19.823.837.43-
YUV128.1687.84132.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 57 (22.66% from 255) = 17.27%
R=40.61%
G=42.12%
B=17.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139570.0400.590.4563.6641.8438.43
Hex868B39403B2D402a26
Octal206213714073551005246
Binary100001101000101111100110001110111011011000000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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