#868E3B

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

Shades of Wasabi #868E3B

Tints of Wasabi #868E3B

Color information

#868E3B (or 0x868E3B) is unknown color: approx Wasabi. HEX triplet: 86, 8E and 3B. RGB value is (134,142,59). Sum of RGB (Red+Green+Blue) = 134+142+59=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #868E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868E3B is #7971C4. Grayscale: #828282. Windows color (decimal): -7958981 or 3903110. OLE color: 3903110.

HSL color Cylindrical-coordinate representation of color #868E3B: hue angle of 65.78º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #868E3B is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB13414259-
CMYK0.0600.580.44
HSL65.78º41.29%39.41%-
HSV(B)65.78º58.45%55.69%-
XYZ20.2924.737.84-
YUV130.1587.85130.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=40%
G=42.39%
B=17.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134142590.0600.580.4465.7841.2939.41
Hex868E3B603A2C422927
Octal206216736072541025147
Binary100001101000111011101111001110101011001000010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,142,59); }

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

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

 a { background-color: rgb(134,142,59); }

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

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

 span { border-color: rgb(134,142,59); }

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