#868A31

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

Shades of Wasabi #868A31

Tints of Wasabi #868A31

Color information

#868A31 (or 0x868A31) is unknown color: approx Wasabi. HEX triplet: 86, 8A and 31. RGB value is (134,138,49). Sum of RGB (Red+Green+Blue) = 134+138+49=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #868A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A31 is #7975CE. Grayscale: #7F7F7F. Windows color (decimal): -7960015 or 3246726. OLE color: 3246726.

HSL color Cylindrical-coordinate representation of color #868A31: hue angle of 62.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #868A31 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13413849-
CMYK0.0300.640.46
HSL62.7º47.59%36.67%-
HSV(B)62.7º64.49%54.12%-
XYZ19.4723.476.41-
YUV126.6684.17133.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=41.74%
G=42.99%
B=15.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138490.0300.640.4662.747.5936.67
Hex868A3130402E3f3025
Octal206212613010056776045
Binary10000110100010101100011101000000101110111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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