#879942

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

Shades of Wasabi #879942

Tints of Wasabi #879942

Color information

#879942 (or 0x879942) is unknown color: approx Wasabi. HEX triplet: 87, 99 and 42. RGB value is (135,153,66). Sum of RGB (Red+Green+Blue) = 135+153+66=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #879942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879942 is #7866BD. Grayscale: #8A8A8A. Windows color (decimal): -7890622 or 4364679. OLE color: 4364679.

HSL color Cylindrical-coordinate representation of color #879942: hue angle of 72.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #879942 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB13515366-
CMYK0.1200.570.4
HSL72.41º39.73%42.94%-
HSV(B)72.41º56.86%60%-
XYZ22.3728.339.44-
YUV137.787.54126.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 66 (26.17% from 255) = 18.64%
R=38.14%
G=43.22%
B=18.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135153660.1200.570.472.4139.7342.94
Hex879942C0392848282b
Octal20723110214071501105053
Binary10000111100110011000010110001110011010001001000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879942; }

 p { color: rgb(135,153,66); }

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

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

 a { background-color: rgb(135,153,66); }

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

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

 span { border-color: rgb(135,153,66); }

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