#868E4B

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

Shades of Wasabi #868E4B

Tints of Wasabi #868E4B

Color information

#868E4B (or 0x868E4B) is unknown color: approx Wasabi. HEX triplet: 86, 8E and 4B. RGB value is (134,142,75). Sum of RGB (Red+Green+Blue) = 134+142+75=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #868E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868E4B is #7971B4. Grayscale: #848484. Windows color (decimal): -7958965 or 4951686. OLE color: 4951686.

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

Color convert

RGB13414275-
CMYK0.0600.470.44
HSL67.16º30.88%42.55%-
HSV(B)67.16º47.18%55.69%-
XYZ20.7724.9210.37-
YUV131.9795.85129.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=38.18%
G=40.46%
B=21.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134142750.0600.470.4467.1630.8842.55
Hex868E4B602F2C431f2b
Octal2062161136057541033753
Binary100001101000111010010111100101111101100100001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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