#868C3D

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

Shades of Wasabi #868C3D

Tints of Wasabi #868C3D

Color information

#868C3D (or 0x868C3D) is unknown color: approx Wasabi. HEX triplet: 86, 8C and 3D. RGB value is (134,140,61). Sum of RGB (Red+Green+Blue) = 134+140+61=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #868C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868C3D is #7973C2. Grayscale: #818181. Windows color (decimal): -7959491 or 4033670. OLE color: 4033670.

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

Color convert

RGB13414061-
CMYK0.0400.560.45
HSL64.56º39.3%39.41%-
HSV(B)64.56º56.43%54.9%-
XYZ20.0524.168.02-
YUV129.289.51131.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=40%
G=41.79%
B=18.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134140610.0400.560.4564.5639.339.41
Hex868C3D40382D412727
Octal206214754070551014747
Binary100001101000110011110110001110001011011000001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,140,61); }

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

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

 a { background-color: rgb(134,140,61); }

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

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

 span { border-color: rgb(134,140,61); }

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