#868733

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

Shades of Wasabi #868733

Tints of Wasabi #868733

Color information

#868733 (or 0x868733) is unknown color: approx Wasabi. HEX triplet: 86, 87 and 33. RGB value is (134,135,51). Sum of RGB (Red+Green+Blue) = 134+135+51=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #868733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868733 is #7978CC. Grayscale: #7D7D7D. Windows color (decimal): -7960781 or 3377030. OLE color: 3377030.

HSL color Cylindrical-coordinate representation of color #868733: hue angle of 60.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #868733 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13413551-
CMYK0.0100.620.47
HSL60.71º45.16%36.47%-
HSV(B)60.71º62.22%52.94%-
XYZ19.0922.646.49-
YUV125.1286.17134.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 51 (20.31% from 255) = 15.94%
R=41.88%
G=42.19%
B=15.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135510.0100.620.4760.7145.1636.47
Hex868733103E2F3d2d24
Octal20620763107657755544
Binary100001101000011111001110111110101111111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868733; }

 p { color: rgb(134,135,51); }

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

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

 a { background-color: rgb(134,135,51); }

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

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

 span { border-color: rgb(134,135,51); }

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