#869640

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

Shades of Wasabi #869640

Tints of Wasabi #869640

Color information

#869640 (or 0x869640) is unknown color: approx Wasabi. HEX triplet: 86, 96 and 40. RGB value is (134,150,64). Sum of RGB (Red+Green+Blue) = 134+150+64=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #869640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869640 is #7969BF. Grayscale: #878787. Windows color (decimal): -7956928 or 4232838. OLE color: 4232838.

HSL color Cylindrical-coordinate representation of color #869640: hue angle of 71.16º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #869640 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB13415064-
CMYK0.1100.570.41
HSL71.16º40.19%41.96%-
HSV(B)71.16º57.33%58.82%-
XYZ21.6627.258.97-
YUV135.4187.7126.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 64 (25.39% from 255) = 18.39%
R=38.51%
G=43.10%
B=18.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134150640.1100.570.4171.1640.1941.96
Hex869640B0392947282a
Octal20622610013071511075052
Binary10000110100101101000000101101110011010011000111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869640; }

 p { color: rgb(134,150,64); }

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

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

 a { background-color: rgb(134,150,64); }

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

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

 span { border-color: rgb(134,150,64); }

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