#869341

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

Shades of Wasabi #869341

Tints of Wasabi #869341

Color information

#869341 (or 0x869341) is unknown color: approx Wasabi. HEX triplet: 86, 93 and 41. RGB value is (134,147,65). Sum of RGB (Red+Green+Blue) = 134+147+65=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #869341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869341 is #796CBE. Grayscale: #868686. Windows color (decimal): -7957695 or 4297606. OLE color: 4297606.

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

Color convert

RGB13414765-
CMYK0.0900.560.42
HSL69.51º38.68%41.57%-
HSV(B)69.51º55.78%57.65%-
XYZ21.2226.328.96-
YUV133.7689.19128.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=38.73%
G=42.49%
B=18.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147650.0900.560.4269.5138.6841.57
Hex86934190382A46272a
Octal20622310111070521064752
Binary10000110100100111000001100101110001010101000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869341; }

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

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

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

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

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

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

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

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