#868E2C

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

Shades of Wasabi #868E2C

Tints of Wasabi #868E2C

Color information

#868E2C (or 0x868E2C) is unknown color: approx Wasabi. HEX triplet: 86, 8E and 2C. RGB value is (134,142,44). Sum of RGB (Red+Green+Blue) = 134+142+44=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #868E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868E2C is #7971D3. Grayscale: #808080. Windows color (decimal): -7958996 or 2920070. OLE color: 2920070.

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

Color convert

RGB13414244-
CMYK0.0600.690.44
HSL64.9º52.69%36.47%-
HSV(B)64.9º69.01%55.69%-
XYZ19.9624.66.08-
YUV128.4480.35131.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 44 (17.58% from 255) = 13.75%
R=41.88%
G=44.38%
B=13.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134142440.0600.690.4464.952.6936.47
Hex868E2C60452C413524
Octal2062165460105541016544
Binary1000011010001110101100110010001011011001000001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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