#869342

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

Shades of Wasabi #869342

Tints of Wasabi #869342

Color information

#869342 (or 0x869342) is unknown color: approx Wasabi. HEX triplet: 86, 93 and 42. RGB value is (134,147,66). Sum of RGB (Red+Green+Blue) = 134+147+66=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #869342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869342 is #796CBD. Grayscale: #868686. Windows color (decimal): -7957694 or 4363142. OLE color: 4363142.

HSL color Cylindrical-coordinate representation of color #869342: hue angle of 69.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #869342 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB13414766-
CMYK0.0900.550.42
HSL69.63º38.03%41.76%-
HSV(B)69.63º55.1%57.65%-
XYZ21.2526.339.12-
YUV133.8889.69128.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=38.62%
G=42.36%
B=19.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147660.0900.550.4269.6338.0341.76
Hex86934290372A46262a
Octal20622310211067521064652
Binary10000110100100111000010100101101111010101000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869342; }

 p { color: rgb(134,147,66); }

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

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

 a { background-color: rgb(134,147,66); }

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

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

 span { border-color: rgb(134,147,66); }

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