#868A3C

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

Shades of Wasabi #868A3C

Tints of Wasabi #868A3C

Color information

#868A3C (or 0x868A3C) is unknown color: approx Wasabi. HEX triplet: 86, 8A and 3C. RGB value is (134,138,60). Sum of RGB (Red+Green+Blue) = 134+138+60=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #868A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A3C is #7975C3. Grayscale: #808080. Windows color (decimal): -7960004 or 3967622. OLE color: 3967622.

HSL color Cylindrical-coordinate representation of color #868A3C: hue angle of 63.08º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #868A3C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB13413860-
CMYK0.0300.570.46
HSL63.08º39.39%38.82%-
HSV(B)63.08º56.52%54.12%-
XYZ19.7423.577.78-
YUV127.9189.67132.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=40.36%
G=41.57%
B=18.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138600.0300.570.4663.0839.3938.82
Hex868A3C30392E3f2727
Octal20621274307156774747
Binary1000011010001010111100110111001101110111111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,138,60); }

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

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

 a { background-color: rgb(134,138,60); }

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

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

 span { border-color: rgb(134,138,60); }

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