#879349

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

Shades of Wasabi #879349

Tints of Wasabi #879349

Color information

#879349 (or 0x879349) is unknown color: approx Wasabi. HEX triplet: 87, 93 and 49. RGB value is (135,147,73). Sum of RGB (Red+Green+Blue) = 135+147+73=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 147 - color contains mainly: green. Hex color #879349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879349 is #786CB6. Grayscale: #878787. Windows color (decimal): -7892151 or 4821895. OLE color: 4821895.

HSL color Cylindrical-coordinate representation of color #879349: hue angle of 69.73º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #879349 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB13514773-
CMYK0.0800.500.42
HSL69.73º33.64%43.14%-
HSV(B)69.73º50.34%57.65%-
XYZ21.6326.510.28-
YUV134.9893.02128.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 147 (57.81% from 255) = 41.41%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=38.03%
G=41.41%
B=20.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147730.0800.500.4269.7333.6443.14
Hex87934980322A46222b
Octal20722311110062521064253
Binary10000111100100111001001100001100101010101000110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879349; }

 p { color: rgb(135,147,73); }

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

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

 a { background-color: rgb(135,147,73); }

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

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

 span { border-color: rgb(135,147,73); }

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