#879B3C

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

Shades of Wasabi #879B3C

Tints of Wasabi #879B3C

Color information

#879B3C (or 0x879B3C) is unknown color: approx Wasabi. HEX triplet: 87, 9B and 3C. RGB value is (135,155,60). Sum of RGB (Red+Green+Blue) = 135+155+60=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #879B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879B3C is #7864C3. Grayscale: #8A8A8A. Windows color (decimal): -7890116 or 3971975. OLE color: 3971975.

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

Color convert

RGB13515560-
CMYK0.1300.610.39
HSL72.63º44.19%42.16%-
HSV(B)72.63º61.29%60.78%-
XYZ22.5328.928.67-
YUV138.1983.87125.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=38.57%
G=44.29%
B=17.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135155600.1300.610.3972.6344.1942.16
Hex879B3CD03D27492c2a
Octal2072337415075471115452
Binary1000011110011011111100110101111011001111001001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879B3C; }

 p { color: rgb(135,155,60); }

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

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

 a { background-color: rgb(135,155,60); }

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

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

 span { border-color: rgb(135,155,60); }

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