#868B2E

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

Shades of Wasabi #868B2E

Tints of Wasabi #868B2E

Color information

#868B2E (or 0x868B2E) is unknown color: approx Wasabi. HEX triplet: 86, 8B and 2E. RGB value is (134,139,46). Sum of RGB (Red+Green+Blue) = 134+139+46=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #868B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B2E is #7974D1. Grayscale: #7F7F7F. Windows color (decimal): -7959762 or 3050374. OLE color: 3050374.

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

Color convert

RGB13413946-
CMYK0.0400.670.45
HSL63.23º50.27%36.27%-
HSV(B)63.23º66.91%54.51%-
XYZ19.5623.736.13-
YUV126.982.34133.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 139 (54.69% from 255) = 43.57%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=42.01%
G=43.57%
B=14.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134139460.0400.670.4563.2350.2736.27
Hex868B2E40432D3f3224
Octal206213564010355776244
Binary100001101000101110111010001000011101101111111110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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