#869339

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

Shades of Wasabi #869339

Tints of Wasabi #869339

Color information

#869339 (or 0x869339) is unknown color: approx Wasabi. HEX triplet: 86, 93 and 39. RGB value is (134,147,57). Sum of RGB (Red+Green+Blue) = 134+147+57=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #869339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869339 is #796CC6. Grayscale: #858585. Windows color (decimal): -7957703 or 3773318. OLE color: 3773318.

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

Color convert

RGB13414757-
CMYK0.0900.610.42
HSL68.67º44.12%40%-
HSV(B)68.67º61.22%57.65%-
XYZ2126.237.83-
YUV132.8585.19128.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=39.64%
G=43.49%
B=16.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147570.0900.610.4268.6744.1240
Hex869339903D2A452c28
Octal2062237111075521055450
Binary1000011010010011111001100101111011010101000101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869339; }

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

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

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

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

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

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

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

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