#879350

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

Shades of Wasabi #879350

Tints of Wasabi #879350

Color information

#879350 (or 0x879350) is unknown color: approx Wasabi. HEX triplet: 87, 93 and 50. RGB value is (135,147,80). Sum of RGB (Red+Green+Blue) = 135+147+80=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #879350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879350 is #786CAF. Grayscale: #888888. Windows color (decimal): -7892144 or 5280647. OLE color: 5280647.

HSL color Cylindrical-coordinate representation of color #879350: hue angle of 70.75º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879350 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13514780-
CMYK0.0800.460.42
HSL70.75º29.52%44.51%-
HSV(B)70.75º45.58%57.65%-
XYZ21.8726.611.57-
YUV135.7796.52127.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=37.29%
G=40.61%
B=22.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147800.0800.460.4270.7529.5244.51
Hex879350802E2A471e2d
Octal20722312010056521073655
Binary1000011110010011101000010000101110101010100011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879350; }

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

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

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

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

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

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

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

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