#879550

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

Shades of Wasabi #879550

Tints of Wasabi #879550

Color information

#879550 (or 0x879550) is unknown color: approx Wasabi. HEX triplet: 87, 95 and 50. RGB value is (135,149,80). Sum of RGB (Red+Green+Blue) = 135+149+80=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #879550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879550 is #786AAF. Grayscale: #898989. Windows color (decimal): -7891632 or 5281159. OLE color: 5281159.

HSL color Cylindrical-coordinate representation of color #879550: hue angle of 72.17º 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 #879550 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13514980-
CMYK0.0900.460.42
HSL72.17º30.13%44.9%-
HSV(B)72.17º46.31%58.43%-
XYZ22.1927.2211.67-
YUV136.9595.86126.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=37.09%
G=40.93%
B=21.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135149800.0900.460.4272.1730.1344.9
Hex879550902E2A481e2d
Octal20722512011056521103655
Binary1000011110010101101000010010101110101010100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879550; }

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

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

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

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

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

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

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

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